Html Css Color HEX #7FA28E Bay Leaf

📋 copy color: '#7FA28E'

red 127 ◦ green 162 ◦ blue 142

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

Shades of Bay Leaf #7FA28E

Tints of Bay Leaf #7FA28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 29.47%
G = 37.59%
B = 32.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#7FA28E (or 0x7FA28E) is known color: Bay Leaf. HEX triplet: 7F, A2 and 8E. RGB value is (127,162,142). Sum of RGB (Red+Green+Blue) = 127+162+142=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA28E is #805D71. Grayscale: #959595. Windows color (decimal): -8412530 or 9347711. OLE color: 9347711.

HSL color Cylindrical-coordinate representation of color #7FA28E: hue angle of 145.71º 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 #7FA28E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 142 -
CMYK 0.22 0 0.12 0.36
HSL 145.71º 0.16% 0.57% -
HSV(B) 145.71º 0.22% 0.64% -
XYZ 26.56 32.31 30.43 -
YUV 149.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 127 162 142 0.22 0 0.12 0.36 145.71 0.16 0.57
Hex 7F A2 8E 16 0 C 24 92 10 39
Octal 177 242 216 26 0 14 44 222 20 71
Binary 1111111 10100010 10001110 10110 0 1100 100100 10010010 10000 111001

Color Harmonies of #7FA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA28E

Black with #7FA28E

Text Example


Text Example

White with #7FA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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