Html Css Color HEX #7FA88E Bay Leaf

📋 copy color: '#7FA88E'

red 127 ◦ green 168 ◦ blue 142

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

Shades of Bay Leaf #7FA88E

Tints of Bay Leaf #7FA88E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 29.06%
G = 38.44%
B = 32.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#7FA88E (or 0x7FA88E) is known color: Bay Leaf. HEX triplet: 7F, A8 and 8E. RGB value is (127,168,142). Sum of RGB (Red+Green+Blue) = 127+168+142=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA88E is #805771. Grayscale: #989898. Windows color (decimal): -8410994 or 9349247. OLE color: 9349247.

HSL color Cylindrical-coordinate representation of color #7FA88E: hue angle of 141.95º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA88E is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 168 142 -
CMYK 0.24 0 0.15 0.34
HSL 141.95º 0.19% 0.58% -
HSV(B) 141.95º 0.24% 0.66% -
XYZ 27.64 34.47 30.79 -
YUV 152.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 127 168 142 0.24 0 0.15 0.34 141.95 0.19 0.58
Hex 7F A8 8E 18 0 F 22 8E 13 3A
Octal 177 250 216 30 0 17 42 216 23 72
Binary 1111111 10101000 10001110 11000 0 1111 100010 10001110 10011 111010

Color Harmonies of #7FA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA88E

Black with #7FA88E

Text Example


Text Example

White with #7FA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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