#6FBB83

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

Shades of Bay Leaf #6FBB83

Tints of Bay Leaf #6FBB83

Color information

#6FBB83 (or 0x6FBB83) is unknown color: approx Bay Leaf. HEX triplet: 6F, BB and 83. RGB value is (111,187,131). Sum of RGB (Red+Green+Blue) = 111+187+131=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBB83 is #90447C. Grayscale: #9E9E9E. Windows color (decimal): -9454717 or 8633199. OLE color: 8633199.

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

Color convert

RGB111187131-
CMYK0.4100.300.27
HSL135.79º35.85%58.43%-
HSV(B)135.79º40.64%73.33%-
XYZ28.4240.5627.8-
YUV157.89112.8294.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=25.87%
G=43.59%
B=30.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871310.4100.300.27135.7935.8558.43
Hex6FBB832901E1B88243a
Octal15727320351036332104472
Binary110111110111011100000111010010111101101110001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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