#6FBF83

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

Shades of Bay Leaf #6FBF83

Tints of Bay Leaf #6FBF83

Color information

#6FBF83 (or 0x6FBF83) is unknown color: approx Bay Leaf. HEX triplet: 6F, BF and 83. RGB value is (111,191,131). Sum of RGB (Red+Green+Blue) = 111+191+131=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF83 is #90407C. Grayscale: #A0A0A0. Windows color (decimal): -9453693 or 8634223. OLE color: 8634223.

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

Color convert

RGB111191131-
CMYK0.4200.310.25
HSL135º38.46%59.22%-
HSV(B)135º41.88%74.9%-
XYZ29.2842.2828.09-
YUV160.24111.592.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=25.64%
G=44.11%
B=30.25%

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
Decimal1111911310.4200.310.2513538.4659.22
Hex6FBF832A01F1987263b
Octal15727720352037312074673
Binary110111110111111100000111010100111111100110000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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