#6FBC80

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

Shades of Bay Leaf #6FBC80

Tints of Bay Leaf #6FBC80

Color information

#6FBC80 (or 0x6FBC80) is unknown color: approx Bay Leaf. HEX triplet: 6F, BC and 80. RGB value is (111,188,128). Sum of RGB (Red+Green+Blue) = 111+188+128=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC80 is #90437F. Grayscale: #9E9E9E. Windows color (decimal): -9454464 or 8436847. OLE color: 8436847.

HSL color Cylindrical-coordinate representation of color #6FBC80: hue angle of 133.25º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC80 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB111188128-
CMYK0.4100.320.26
HSL133.25º36.49%58.63%-
HSV(B)133.25º40.96%73.73%-
XYZ28.4440.926.82-
YUV158.14110.9994.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.00%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=26.00%
G=44.03%
B=29.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111881280.4100.320.26133.2536.4958.63
Hex6FBC80290201A85243b
Octal15727420051040322054473
Binary1101111101111001000000010100101000001101010000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,188,128); }

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

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

 a { background-color: rgb(111,188,128); }

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

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

 span { border-color: rgb(111,188,128); }

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