#6FA216

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

Shades of Christi #6FA216

Tints of Christi #6FA216

Color information

#6FA216 (or 0x6FA216) is unknown color: approx Christi. HEX triplet: 6F, A2 and 16. RGB value is (111,162,22). Sum of RGB (Red+Green+Blue) = 111+162+22=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA216 is #905DE9. Grayscale: #838383. Windows color (decimal): -9461226 or 1483375. OLE color: 1483375.

HSL color Cylindrical-coordinate representation of color #6FA216: hue angle of 81.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FA216 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB11116222-
CMYK0.3100.860.36
HSL81.86º76.09%36.08%-
HSV(B)81.86º86.42%63.53%-
XYZ19.6229.285.38-
YUV130.7966.6113.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=37.63%
G=54.92%
B=7.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111162220.3100.860.3681.8676.0936.08
Hex6FA2161F05624524c24
Octal157242263701264412211444
Binary11011111010001010110111110101011010010010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,22); }

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

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

 a { background-color: rgb(111,162,22); }

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

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

 span { border-color: rgb(111,162,22); }

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