#6FA313

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

Shades of Christi #6FA313

Tints of Christi #6FA313

Color information

#6FA313 (or 0x6FA313) is unknown color: approx Christi. HEX triplet: 6F, A3 and 13. RGB value is (111,163,19). Sum of RGB (Red+Green+Blue) = 111+163+19=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA313 is #905CEC. Grayscale: #838383. Windows color (decimal): -9460973 or 1287023. OLE color: 1287023.

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

Color convert

RGB11116319-
CMYK0.3200.880.36
HSL81.67º79.12%35.69%-
HSV(B)81.67º88.34%63.92%-
XYZ19.7729.625.29-
YUV131.0464.77113.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=37.88%
G=55.63%
B=6.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111163190.3200.880.3681.6779.1235.69
Hex6FA3132005824524f24
Octal157243234001304412211744
Binary110111110100011100111000000101100010010010100101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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