#6CBA81

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

Shades of Bay Leaf #6CBA81

Tints of Bay Leaf #6CBA81

Color information

#6CBA81 (or 0x6CBA81) is unknown color: approx Bay Leaf. HEX triplet: 6C, BA and 81. RGB value is (108,186,129). Sum of RGB (Red+Green+Blue) = 108+186+129=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBA81 is #93457E. Grayscale: #9C9C9C. Windows color (decimal): -9651583 or 8501868. OLE color: 8501868.

HSL color Cylindrical-coordinate representation of color #6CBA81: hue angle of 136.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBA81 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB108186129-
CMYK0.4200.310.27
HSL136.15º36.11%57.65%-
HSV(B)136.15º41.94%72.94%-
XYZ27.7139.8927.01-
YUV156.18112.6693.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=25.53%
G=43.97%
B=30.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861290.4200.310.27136.1536.1157.65
Hex6CBA812A01F1B88243a
Octal15427220152037332104472
Binary110110010111010100000011010100111111101110001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,129); }

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

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

 a { background-color: rgb(108,186,129); }

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

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

 span { border-color: rgb(108,186,129); }

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