#6FAC0F

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

Shades of Christi #6FAC0F

Tints of Christi #6FAC0F

Color information

#6FAC0F (or 0x6FAC0F) is unknown color: approx Christi. HEX triplet: 6F, AC and 0F. RGB value is (111,172,15). Sum of RGB (Red+Green+Blue) = 111+172+15=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAC0F is #9053F0. Grayscale: #888888. Windows color (decimal): -9458673 or 1027183. OLE color: 1027183.

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

Color convert

RGB11117215-
CMYK0.3500.910.33
HSL83.31º83.96%36.67%-
HSV(B)83.31º91.28%67.45%-
XYZ21.3932.925.68-
YUV135.8659.79110.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.25%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 15 (6.25% from 255) = 5.03%
R=37.25%
G=57.72%
B=5.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111172150.3500.910.3383.3183.9636.67
Hex6FACF2305B21535425
Octal157254174301334112312445
Binary11011111010110011111000110101101110000110100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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