#6FAC13

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

Shades of Christi #6FAC13

Tints of Christi #6FAC13

Color information

#6FAC13 (or 0x6FAC13) is unknown color: approx Christi. HEX triplet: 6F, AC and 13. RGB value is (111,172,19). Sum of RGB (Red+Green+Blue) = 111+172+19=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAC13 is #9053EC. Grayscale: #888888. Windows color (decimal): -9458669 or 1289327. OLE color: 1289327.

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

Color convert

RGB11117219-
CMYK0.3500.890.33
HSL83.92º80.1%37.45%-
HSV(B)83.92º88.95%67.45%-
XYZ21.4332.935.84-
YUV136.3261.79109.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=36.75%
G=56.95%
B=6.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111172190.3500.890.3383.9280.137.45
Hex6FAC132305921545025
Octal157254234301314112412045
Binary110111110101100100111000110101100110000110101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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