#7CAF83

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

Shades of Bay Leaf #7CAF83

Tints of Bay Leaf #7CAF83

Color information

#7CAF83 (or 0x7CAF83) is unknown color: approx Bay Leaf. HEX triplet: 7C, AF and 83. RGB value is (124,175,131). Sum of RGB (Red+Green+Blue) = 124+175+131=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF83 is #83507C. Grayscale: #9A9A9A. Windows color (decimal): -8605821 or 8630140. OLE color: 8630140.

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

Color convert

RGB124175131-
CMYK0.2900.250.31
HSL128.24º24.17%58.63%-
HSV(B)128.24º29.14%68.63%-
XYZ27.7436.5827.07-
YUV154.73114.6106.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=28.84%
G=40.70%
B=30.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751310.2900.250.31128.2424.1758.63
Hex7CAF831D0191F80183b
Octal17425720335031372003073
Binary1111100101011111000001111101011001111111000000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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