#6FBC84

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

Shades of Bay Leaf #6FBC84

Tints of Bay Leaf #6FBC84

Color information

#6FBC84 (or 0x6FBC84) is unknown color: approx Bay Leaf. HEX triplet: 6F, BC and 84. RGB value is (111,188,132). Sum of RGB (Red+Green+Blue) = 111+188+132=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC84 is #90437B. Grayscale: #9E9E9E. Windows color (decimal): -9454460 or 8698991. OLE color: 8698991.

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

Color convert

RGB111188132-
CMYK0.4100.300.26
HSL136.36º36.49%58.63%-
HSV(B)136.36º40.96%73.73%-
XYZ28.741.0128.23-
YUV158.59112.9994.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=25.75%
G=43.62%
B=30.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111881320.4100.300.26136.3636.4958.63
Hex6FBC842901E1A88243b
Octal15727420451036322104473
Binary110111110111100100001001010010111101101010001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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