#6FA70B

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

Shades of Christi #6FA70B

Tints of Christi #6FA70B

Color information

#6FA70B (or 0x6FA70B) is unknown color: approx Christi. HEX triplet: 6F, A7 and 0B. RGB value is (111,167,11). Sum of RGB (Red+Green+Blue) = 111+167+11=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA70B is #9058F4. Grayscale: #858585. Windows color (decimal): -9459957 or 763759. OLE color: 763759.

HSL color Cylindrical-coordinate representation of color #6FA70B: hue angle of 81.54º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FA70B is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB11116711-
CMYK0.3400.930.35
HSL81.54º87.64%34.9%-
HSV(B)81.54º93.41%65.49%-
XYZ20.4331.045.23-
YUV132.4759.45112.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 167 (65.62% from 255) = 57.79%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=38.41%
G=57.79%
B=3.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111167110.3400.930.3581.5487.6434.9
Hex6FA7B2205D23525823
Octal157247134201354312213043
Binary11011111010011110111000100101110110001110100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,167,11); }

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

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

 a { background-color: rgb(111,167,11); }

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

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

 span { border-color: rgb(111,167,11); }

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