#6FBF84

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

Shades of Bay Leaf #6FBF84

Tints of Bay Leaf #6FBF84

Color information

#6FBF84 (or 0x6FBF84) is unknown color: approx Bay Leaf. HEX triplet: 6F, BF and 84. RGB value is (111,191,132). Sum of RGB (Red+Green+Blue) = 111+191+132=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF84 is #90407B. Grayscale: #A0A0A0. Windows color (decimal): -9453692 or 8699759. OLE color: 8699759.

HSL color Cylindrical-coordinate representation of color #6FBF84: hue angle of 135.75º 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 #6FBF84 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB111191132-
CMYK0.4200.310.25
HSL135.75º38.46%59.22%-
HSV(B)135.75º41.88%74.9%-
XYZ29.3542.3128.45-
YUV160.3511292.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=25.58%
G=44.01%
B=30.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911320.4200.310.25135.7538.4659.22
Hex6FBF842A01F1988263b
Octal15727720452037312104673
Binary110111110111111100001001010100111111100110001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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