#6CB481

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

Shades of Bay Leaf #6CB481

Tints of Bay Leaf #6CB481

Color information

#6CB481 (or 0x6CB481) is unknown color: approx Bay Leaf. HEX triplet: 6C, B4 and 81. RGB value is (108,180,129). Sum of RGB (Red+Green+Blue) = 108+180+129=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB481 is #934B7E. Grayscale: #989898. Windows color (decimal): -9653119 or 8500332. OLE color: 8500332.

HSL color Cylindrical-coordinate representation of color #6CB481: hue angle of 137.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB481 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB108180129-
CMYK0.4000.280.29
HSL137.5º32.43%56.47%-
HSV(B)137.5º40%70.59%-
XYZ26.4737.4226.6-
YUV152.66114.6596.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=25.90%
G=43.17%
B=30.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801290.4000.280.29137.532.4356.47
Hex6CB4812801C1D8a2038
Octal15426420150034352124070
Binary110110010110100100000011010000111001110110001010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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