#6CAF82

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

Shades of Bay Leaf #6CAF82

Tints of Bay Leaf #6CAF82

Color information

#6CAF82 (or 0x6CAF82) is unknown color: approx Bay Leaf. HEX triplet: 6C, AF and 82. RGB value is (108,175,130). Sum of RGB (Red+Green+Blue) = 108+175+130=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF82 is #93507D. Grayscale: #959595. Windows color (decimal): -9654398 or 8564588. OLE color: 8564588.

HSL color Cylindrical-coordinate representation of color #6CAF82: hue angle of 139.7º 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 #6CAF82 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB108175130-
CMYK0.3800.260.31
HSL139.7º29.52%55.49%-
HSV(B)139.7º38.29%68.63%-
XYZ25.5435.4626.62-
YUV149.84116.898.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.15%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=26.15%
G=42.37%
B=31.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081751300.3800.260.31139.729.5255.49
Hex6CAF822601A1F8c1e37
Octal15425720246032372143667
Binary11011001010111110000010100110011010111111000110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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