#6FAA1C

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

Shades of Christi #6FAA1C

Tints of Christi #6FAA1C

Color information

#6FAA1C (or 0x6FAA1C) is unknown color: approx Christi. HEX triplet: 6F, AA and 1C. RGB value is (111,170,28). Sum of RGB (Red+Green+Blue) = 111+170+28=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA1C is #9055E3. Grayscale: #888888. Windows color (decimal): -9459172 or 1878639. OLE color: 1878639.

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

Color convert

RGB11117028-
CMYK0.3500.840.33
HSL84.93º71.72%38.82%-
HSV(B)84.93º83.53%66.67%-
XYZ21.1432.216.2-
YUV136.1766.95110.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=35.92%
G=55.02%
B=9.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111170280.3500.840.3384.9371.7238.82
Hex6FAA1C2305421554827
Octal157252344301244112511047
Binary110111110101010111001000110101010010000110101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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