#6CBA83

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

Shades of Bay Leaf #6CBA83

Tints of Bay Leaf #6CBA83

Color information

#6CBA83 (or 0x6CBA83) is unknown color: approx Bay Leaf. HEX triplet: 6C, BA and 83. RGB value is (108,186,131). Sum of RGB (Red+Green+Blue) = 108+186+131=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBA83 is #93457C. Grayscale: #9C9C9C. Windows color (decimal): -9651581 or 8632940. OLE color: 8632940.

HSL color Cylindrical-coordinate representation of color #6CBA83: hue angle of 137.69º 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 #6CBA83 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB108186131-
CMYK0.4200.300.27
HSL137.69º36.11%57.65%-
HSV(B)137.69º41.94%72.94%-
XYZ27.8439.9427.72-
YUV156.41113.6693.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.41%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=25.41%
G=43.76%
B=30.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861310.4200.300.27137.6936.1157.65
Hex6CBA832A01E1B8a243a
Octal15427220352036332124472
Binary110110010111010100000111010100111101101110001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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