#6FA316

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

Shades of Christi #6FA316

Tints of Christi #6FA316

Color information

#6FA316 (or 0x6FA316) is unknown color: approx Christi. HEX triplet: 6F, A3 and 16. RGB value is (111,163,22). Sum of RGB (Red+Green+Blue) = 111+163+22=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA316 is #905CE9. Grayscale: #838383. Windows color (decimal): -9460970 or 1483631. OLE color: 1483631.

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

Color convert

RGB11116322-
CMYK0.3200.870.36
HSL82.13º76.22%36.27%-
HSV(B)82.13º86.5%63.92%-
XYZ19.829.635.44-
YUV131.3866.27113.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 163 (64.06% from 255) = 55.07%
BLUE value IS 22 (8.98% from 255) = 7.43%
R=37.5%
G=55.07%
B=7.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111163220.3200.870.3682.1376.2236.27
Hex6FA3162005724524c24
Octal157243264001274412211444
Binary110111110100011101101000000101011110010010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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