#6FB385

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

Shades of Bay Leaf #6FB385

Tints of Bay Leaf #6FB385

Color information

#6FB385 (or 0x6FB385) is unknown color: approx Bay Leaf. HEX triplet: 6F, B3 and 85. RGB value is (111,179,133). Sum of RGB (Red+Green+Blue) = 111+179+133=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB385 is #904C7A. Grayscale: #999999. Windows color (decimal): -9456763 or 8762223. OLE color: 8762223.

HSL color Cylindrical-coordinate representation of color #6FB385: hue angle of 139.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB385 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB111179133-
CMYK0.3800.260.30
HSL139.41º30.91%56.86%-
HSV(B)139.41º37.99%70.2%-
XYZ26.9137.3127.97-
YUV153.42116.4797.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=26.24%
G=42.32%
B=31.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111791330.3800.260.30139.4130.9156.86
Hex6FB3852601A1E8b1f39
Octal15726320546032362133771
Binary11011111011001110000101100110011010111101000101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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