#6FAD84

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

Shades of Bay Leaf #6FAD84

Tints of Bay Leaf #6FAD84

Color information

#6FAD84 (or 0x6FAD84) is unknown color: approx Bay Leaf. HEX triplet: 6F, AD and 84. RGB value is (111,173,132). Sum of RGB (Red+Green+Blue) = 111+173+132=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD84 is #90527B. Grayscale: #959595. Windows color (decimal): -9458300 or 8695151. OLE color: 8695151.

HSL color Cylindrical-coordinate representation of color #6FAD84: hue angle of 140.32º 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 #6FAD84 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB111173132-
CMYK0.3600.240.32
HSL140.32º27.43%55.69%-
HSV(B)140.32º35.84%67.84%-
XYZ25.6634.9327.22-
YUV149.79117.96100.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=26.68%
G=41.59%
B=31.73%

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
Decimal1111731320.3600.240.32140.3227.4355.69
Hex6FAD8424018208c1b38
Octal15725520444030402143370
Binary110111110101101100001001001000110001000001000110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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