#7CAF90

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

Shades of Bay Leaf #7CAF90

Tints of Bay Leaf #7CAF90

Color information

#7CAF90 (or 0x7CAF90) is unknown color: approx Bay Leaf. HEX triplet: 7C, AF and 90. RGB value is (124,175,144). Sum of RGB (Red+Green+Blue) = 124+175+144=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF90 is #83506F. Grayscale: #9C9C9C. Windows color (decimal): -8605808 or 9482108. OLE color: 9482108.

HSL color Cylindrical-coordinate representation of color #7CAF90: hue angle of 143.53º 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 #7CAF90 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB124175144-
CMYK0.2900.180.31
HSL143.53º24.17%58.63%-
HSV(B)143.53º29.14%68.63%-
XYZ28.6836.9632.01-
YUV156.22121.1105.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.99%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=27.99%
G=39.50%
B=32.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751440.2900.180.31143.5324.1758.63
Hex7CAF901D0121F90183b
Octal17425722035022372203073
Binary1111100101011111001000011101010010111111001000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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