Html Css Color HEX #7FA289 Bay Leaf

📋 copy color: '#7FA289'

red 127 ◦ green 162 ◦ blue 137

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

Shades of Bay Leaf #7FA289

Tints of Bay Leaf #7FA289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 29.81%
G = 38.03%
B = 32.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#7FA289 (or 0x7FA289) is known color: Bay Leaf. HEX triplet: 7F, A2 and 89. RGB value is (127,162,137). Sum of RGB (Red+Green+Blue) = 127+162+137=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA289 is #805D76. Grayscale: #949494. Windows color (decimal): -8412535 or 9020031. OLE color: 9020031.

HSL color Cylindrical-coordinate representation of color #7FA289: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA289 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 137 -
CMYK 0.22 0 0.15 0.36
HSL 137.14º 0.16% 0.57% -
HSV(B) 137.14º 0.22% 0.64% -
XYZ 26.19 32.16 28.49 -
YUV 148.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 127 162 137 0.22 0 0.15 0.36 137.14 0.16 0.57
Hex 7F A2 89 16 0 F 24 89 10 39
Octal 177 242 211 26 0 17 44 211 20 71
Binary 1111111 10100010 10001001 10110 0 1111 100100 10001001 10000 111001

Color Harmonies of #7FA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA289

Black with #7FA289

Text Example


Text Example

White with #7FA289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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