#6BB481

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

Shades of Bay Leaf #6BB481

Tints of Bay Leaf #6BB481

Color information

#6BB481 (or 0x6BB481) is unknown color: approx Bay Leaf. HEX triplet: 6B, B4 and 81. RGB value is (107,180,129). Sum of RGB (Red+Green+Blue) = 107+180+129=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB481 is #944B7E. Grayscale: #989898. Windows color (decimal): -9718655 or 8500331. OLE color: 8500331.

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

Color convert

RGB107180129-
CMYK0.4100.280.29
HSL138.08º32.74%56.27%-
HSV(B)138.08º40.56%70.59%-
XYZ26.3537.3526.59-
YUV152.36114.8295.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=25.72%
G=43.27%
B=31.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801290.4100.280.29138.0832.7456.27
Hex6BB4812901C1D8a2138
Octal15326420151034352124170
Binary110101110110100100000011010010111001110110001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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