#6FBB84

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

Shades of Bay Leaf #6FBB84

Tints of Bay Leaf #6FBB84

Color information

#6FBB84 (or 0x6FBB84) is unknown color: approx Bay Leaf. HEX triplet: 6F, BB and 84. RGB value is (111,187,132). Sum of RGB (Red+Green+Blue) = 111+187+132=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBB84 is #90447B. Grayscale: #9E9E9E. Windows color (decimal): -9454716 or 8698735. OLE color: 8698735.

HSL color Cylindrical-coordinate representation of color #6FBB84: hue angle of 136.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBB84 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB111187132-
CMYK0.4100.290.27
HSL136.58º35.85%58.43%-
HSV(B)136.58º40.64%73.33%-
XYZ28.4940.5928.16-
YUV158.01113.3294.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=25.81%
G=43.49%
B=30.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871320.4100.290.27136.5835.8558.43
Hex6FBB842901D1B89243a
Octal15727320451035332114472
Binary110111110111011100001001010010111011101110001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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