Html Css Color HEX #7CC391 Bay Leaf

📋 copy color: '#7CC391'

red 124 ◦ green 195 ◦ blue 145

#7CC391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #7CC391

Tints of Bay Leaf #7CC391

RGB

 RED value IS 124 (48.83% from 255) = 26.72%

 GREEN value IS 195 (76.56% from 255) = 42.03%

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 26.72%
G = 42.03%
B = 31.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7CC391 (or 0x7CC391) is known color: Bay Leaf. HEX triplet: 7C, C3 and 91. RGB value is (124,195,145). Sum of RGB (Red+Green+Blue) = 124+195+145=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC391 is #833C6E. Grayscale: #A8A8A8. Windows color (decimal): -8600687 or 9552764. OLE color: 9552764.

HSL color Cylindrical-coordinate representation of color #7CC391: hue angle of 137.75º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC391 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 195 145 -
CMYK 0.36 0 0.26 0.24
HSL 137.75º 0.37% 0.63% -
HSV(B) 137.75º 0.36% 0.76% -
XYZ 32.94 45.36 33.81 -
YUV 168.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 124 195 145 0.36 0 0.26 0.24 137.75 0.37 0.63
Hex 7C C3 91 24 0 1A 18 8A 25 3F
Octal 174 303 221 44 0 32 30 212 45 77
Binary 1111100 11000011 10010001 100100 0 11010 11000 10001010 100101 111111

Color Harmonies of #7CC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC391

Black with #7CC391

Text Example


Text Example

White with #7CC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CC391; }

 p { color: rgb(124,195,145); }

 H1.HeaderClassName
 {
   color: #7CC391;
 }
 .AnyTagClassName
 {
   color: #7CC391;
 }
</style>

background-color css

<style>
 a { background-color: #7CC391; }

 a { background-color: rgb(124,195,145); }

 div.DivClassName
 {
   background-color: #7CC391;
 }
 .BgClassName
 {
   background-color: #7CC391;
 }
</style>

border-color css

<style>
 span { border-color: #7CC391; }

 span { border-color: rgb(124,195,145); }

 td.TdClassName
 {
   border-color: #7CC391;
 }
 .TagClassName
 {
   border-color: #7CC391;
 }
</style>