#6FA312

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

Shades of Christi #6FA312

Tints of Christi #6FA312

Color information

#6FA312 (or 0x6FA312) is unknown color: approx Christi. HEX triplet: 6F, A3 and 12. RGB value is (111,163,18). Sum of RGB (Red+Green+Blue) = 111+163+18=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA312 is #905CED. Grayscale: #838383. Windows color (decimal): -9460974 or 1221487. OLE color: 1221487.

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

Color convert

RGB11116318-
CMYK0.3200.890.36
HSL81.52º80.11%35.49%-
HSV(B)81.52º88.96%63.92%-
XYZ19.7629.625.25-
YUV130.9264.27113.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 18 (7.42% from 255) = 6.16%
R=38.01%
G=55.82%
B=6.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111163180.3200.890.3681.5280.1135.49
Hex6FA3122005924525023
Octal157243224001314412212043
Binary110111110100011100101000000101100110010010100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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