#7CAF82

Color #7CAF82 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7CAF82

Tints of Bay Leaf #7CAF82

Color information

#7CAF82 (or 0x7CAF82) is unknown color: approx Bay Leaf. HEX triplet: 7C, AF and 82. RGB value is (124,175,130). Sum of RGB (Red+Green+Blue) = 124+175+130=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF82 is #83507D. Grayscale: #9A9A9A. Windows color (decimal): -8605822 or 8564604. OLE color: 8564604.

HSL color Cylindrical-coordinate representation of color #7CAF82: hue angle of 127.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF82 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB124175130-
CMYK0.2900.260.31
HSL127.06º24.17%58.63%-
HSV(B)127.06º29.14%68.63%-
XYZ27.6736.5626.72-
YUV154.62114.1106.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=28.90%
G=40.79%
B=30.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751300.2900.260.31127.0624.1758.63
Hex7CAF821D01A1F7f183b
Octal17425720235032371773073
Binary111110010101111100000101110101101011111111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,130); }

 H1.HeaderClassName
 {
   color: #7CAF82;
 }
 .AnyTagClassName
 {
   color: #7CAF82;
 }
</style>
background-color css

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

 a { background-color: rgb(124,175,130); }

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

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

 span { border-color: rgb(124,175,130); }

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