#6FBF85

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

Shades of Bay Leaf #6FBF85

Tints of Bay Leaf #6FBF85

Color information

#6FBF85 (or 0x6FBF85) is unknown color: approx Bay Leaf. HEX triplet: 6F, BF and 85. RGB value is (111,191,133). Sum of RGB (Red+Green+Blue) = 111+191+133=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF85 is #90407A. Grayscale: #A0A0A0. Windows color (decimal): -9453691 or 8765295. OLE color: 8765295.

HSL color Cylindrical-coordinate representation of color #6FBF85: hue angle of 136.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF85 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB111191133-
CMYK0.4200.300.25
HSL136.5º38.46%59.22%-
HSV(B)136.5º41.88%74.9%-
XYZ29.4242.3328.81-
YUV160.47112.592.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.52%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=25.52%
G=43.91%
B=30.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911330.4200.300.25136.538.4659.22
Hex6FBF852A01E1988263b
Octal15727720552036312104673
Binary110111110111111100001011010100111101100110001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,133); }

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

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

 a { background-color: rgb(111,191,133); }

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

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

 span { border-color: rgb(111,191,133); }

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