#6FAD20

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

Shades of Christi #6FAD20

Tints of Christi #6FAD20

Color information

#6FAD20 (or 0x6FAD20) is unknown color: approx Christi. HEX triplet: 6F, AD and 20. RGB value is (111,173,32). Sum of RGB (Red+Green+Blue) = 111+173+32=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAD20 is #9052DF. Grayscale: #8A8A8A. Windows color (decimal): -9458400 or 2141551. OLE color: 2141551.

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

Color convert

RGB11117332-
CMYK0.3600.820.32
HSL86.38º68.78%40.2%-
HSV(B)86.38º81.5%67.84%-
XYZ21.7633.376.66-
YUV138.3967.96108.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 173 (67.97% from 255) = 54.75%
BLUE value IS 32 (12.89% from 255) = 10.13%
R=35.13%
G=54.75%
B=10.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111173320.3600.820.3286.3868.7840.2
Hex6FAD202405220564528
Octal157255404401224012610550
Binary1101111101011011000001001000101001010000010101101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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