Html Css Color HEX #7EBC8C Bay Leaf

📋 copy color: '#7EBC8C'

red 126 ◦ green 188 ◦ blue 140

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

Shades of Bay Leaf #7EBC8C

Tints of Bay Leaf #7EBC8C

RGB

 RED value IS 126 (49.61% from 255) = 27.75%

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 27.75%
G = 41.41%
B = 30.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#7EBC8C (or 0x7EBC8C) is known color: Bay Leaf. HEX triplet: 7E, BC and 8C. RGB value is (126,188,140). Sum of RGB (Red+Green+Blue) = 126+188+140=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC8C is #814373. Grayscale: #A4A4A4. Windows color (decimal): -8471412 or 9223294. OLE color: 9223294.

HSL color Cylindrical-coordinate representation of color #7EBC8C: hue angle of 133.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC8C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 140 -
CMYK 0.33 0 0.26 0.26
HSL 133.55º 0.32% 0.62% -
HSV(B) 133.55º 0.33% 0.74% -
XYZ 31.32 42.3 31.32 -
YUV 163.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 126 188 140 0.33 0 0.26 0.26 133.55 0.32 0.62
Hex 7E BC 8C 21 0 1A 1A 86 20 3E
Octal 176 274 214 41 0 32 32 206 40 76
Binary 1111110 10111100 10001100 100001 0 11010 11010 10000110 100000 111110

Color Harmonies of #7EBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC8C

Black with #7EBC8C

Text Example


Text Example

White with #7EBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,140); }

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

background-color css

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

 a { background-color: rgb(126,188,140); }

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

border-color css

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

 span { border-color: rgb(126,188,140); }

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