#6FAD83

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

Shades of Bay Leaf #6FAD83

Tints of Bay Leaf #6FAD83

Color information

#6FAD83 (or 0x6FAD83) is unknown color: approx Bay Leaf. HEX triplet: 6F, AD and 83. RGB value is (111,173,131). Sum of RGB (Red+Green+Blue) = 111+173+131=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD83 is #90527C. Grayscale: #959595. Windows color (decimal): -9458301 or 8629615. OLE color: 8629615.

HSL color Cylindrical-coordinate representation of color #6FAD83: hue angle of 139.35º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAD83 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB111173131-
CMYK0.3600.240.32
HSL139.35º27.43%55.69%-
HSV(B)139.35º35.84%67.84%-
XYZ25.634.9126.86-
YUV149.67117.46100.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=26.75%
G=41.69%
B=31.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111731310.3600.240.32139.3527.4355.69
Hex6FAD8324018208b1b38
Octal15725520344030402133370
Binary110111110101101100000111001000110001000001000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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