#6CAF85

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

Shades of Bay Leaf #6CAF85

Tints of Bay Leaf #6CAF85

Color information

#6CAF85 (or 0x6CAF85) is unknown color: approx Bay Leaf. HEX triplet: 6C, AF and 85. RGB value is (108,175,133). Sum of RGB (Red+Green+Blue) = 108+175+133=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF85 is #93507A. Grayscale: #969696. Windows color (decimal): -9654395 or 8761196. OLE color: 8761196.

HSL color Cylindrical-coordinate representation of color #6CAF85: hue angle of 142.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF85 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB108175133-
CMYK0.3800.240.31
HSL142.39º29.52%55.49%-
HSV(B)142.39º38.29%68.63%-
XYZ25.7535.5427.69-
YUV150.18118.397.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=25.96%
G=42.07%
B=31.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081751330.3800.240.31142.3929.5255.49
Hex6CAF85260181F8e1e37
Octal15425720546030372163667
Binary11011001010111110000101100110011000111111000111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CAF85; }

 p { color: rgb(108,175,133); }

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

<style>
 a { background-color: #6CAF85; }

 a { background-color: rgb(108,175,133); }

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

<style>
 span { border-color: #6CAF85; }

 span { border-color: rgb(108,175,133); }

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