Html Css Color HEX #7E9D8B Bay Leaf

📋 copy color: '#7E9D8B'

red 126 ◦ green 157 ◦ blue 139

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

Shades of Bay Leaf #7E9D8B

Tints of Bay Leaf #7E9D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 29.86%
G = 37.2%
B = 32.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#7E9D8B (or 0x7E9D8B) is known color: Bay Leaf. HEX triplet: 7E, 9D and 8B. RGB value is (126,157,139). Sum of RGB (Red+Green+Blue) = 126+157+139=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9D8B is #816274. Grayscale: #919191. Windows color (decimal): -8479349 or 9149822. OLE color: 9149822.

HSL color Cylindrical-coordinate representation of color #7E9D8B: hue angle of 145.16º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9D8B is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 157 139 -
CMYK 0.20 0 0.11 0.38
HSL 145.16º 0.14% 0.55% -
HSV(B) 145.16º 0.2% 0.62% -
XYZ 25.32 30.41 28.96 -
YUV 145.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 126 157 139 0.20 0 0.11 0.38 145.16 0.14 0.55
Hex 7E 9D 8B 14 0 B 26 91 E 37
Octal 176 235 213 24 0 13 46 221 16 67
Binary 1111110 10011101 10001011 10100 0 1011 100110 10010001 1110 110111

Color Harmonies of #7E9D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9D8B

Black with #7E9D8B

Text Example


Text Example

White with #7E9D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,157,139); }

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

background-color css

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

 a { background-color: rgb(126,157,139); }

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

border-color css

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

 span { border-color: rgb(126,157,139); }

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