#6faa18

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

Shades of Christi #6FAA18

Tints of Christi #6FAA18

Color information

#6FAA18 (or 0x6FAA18) is unknown color: approx Christi. HEX triplet: 6F, AA and 18. RGB value is (111,170,24). Sum of RGB (Red+Green+Blue) = 111+170+24=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAA18 is #9055E7. Grayscale: #888888. Windows color (decimal): -9459176 or 1616495. OLE color: 1616495.

HSL color Cylindrical-coordinate representation of color #6FAA18: hue angle of 84.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FAA18 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB11117024-
CMYK0.3500.860.33
HSL84.25º75.26%38.04%-
HSV(B)84.25º85.88%66.67%-
XYZ21.132.195.97-
YUV135.7164.95110.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=36.39%
G=55.74%
B=7.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111170240.3500.860.3384.2575.2638.04
Hex6FAA182305621544b26
Octal157252304301264112411346
Binary110111110101010110001000110101011010000110101001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6faa18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,24); }

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

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

 a { background-color: rgb(111,170,24); }

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

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

 span { border-color: rgb(111,170,24); }

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