Html Css Color HEX #7F9D8B Bay Leaf

📋 copy color: '#7F9D8B'

red 127 ◦ green 157 ◦ blue 139

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

Shades of Bay Leaf #7F9D8B

Tints of Bay Leaf #7F9D8B

RGB

 RED value IS 127 (50% from 255) = 30.02%

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

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

R = 30.02%
G = 37.12%
B = 32.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#7F9D8B (or 0x7F9D8B) is known color: Bay Leaf. HEX triplet: 7F, 9D and 8B. RGB value is (127,157,139). Sum of RGB (Red+Green+Blue) = 127+157+139=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D8B is #806274. Grayscale: #929292. Windows color (decimal): -8413813 or 9149823. OLE color: 9149823.

HSL color Cylindrical-coordinate representation of color #7F9D8B: hue angle of 144º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D8B is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 157 139 -
CMYK 0.19 0 0.11 0.38
HSL 144º 0.13% 0.56% -
HSV(B) 144º 0.19% 0.62% -
XYZ 25.47 30.49 28.97 -
YUV 145.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 127 157 139 0.19 0 0.11 0.38 144 0.13 0.56
Hex 7F 9D 8B 13 0 B 26 90 D 38
Octal 177 235 213 23 0 13 46 220 15 70
Binary 1111111 10011101 10001011 10011 0 1011 100110 10010000 1101 111000

Color Harmonies of #7F9D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9D8B

Black with #7F9D8B

Text Example


Text Example

White with #7F9D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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