Html Css Color HEX #7FAC89 Bay Leaf

📋 copy color: '#7FAC89'

red 127 ◦ green 172 ◦ blue 137

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

Shades of Bay Leaf #7FAC89

Tints of Bay Leaf #7FAC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 29.13%
G = 39.45%
B = 31.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#7FAC89 (or 0x7FAC89) is known color: Bay Leaf. HEX triplet: 7F, AC and 89. RGB value is (127,172,137). Sum of RGB (Red+Green+Blue) = 127+172+137=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC89 is #805376. Grayscale: #9A9A9A. Windows color (decimal): -8409975 or 9022591. OLE color: 9022591.

HSL color Cylindrical-coordinate representation of color #7FAC89: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAC89 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 137 -
CMYK 0.26 0 0.20 0.33
HSL 133.33º 0.21% 0.59% -
HSV(B) 133.33º 0.26% 0.67% -
XYZ 28.02 35.82 29.1 -
YUV 154.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 127 172 137 0.26 0 0.20 0.33 133.33 0.21 0.59
Hex 7F AC 89 1A 0 14 21 85 15 3B
Octal 177 254 211 32 0 24 41 205 25 73
Binary 1111111 10101100 10001001 11010 0 10100 100001 10000101 10101 111011

Color Harmonies of #7FAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC89

Black with #7FAC89

Text Example


Text Example

White with #7FAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,137); }

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

background-color css

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

 a { background-color: rgb(127,172,137); }

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

border-color css

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

 span { border-color: rgb(127,172,137); }

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