#6FB20C

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

Shades of Christi #6FB20C

Tints of Christi #6FB20C

Color information

#6FB20C (or 0x6FB20C) is unknown color: approx Christi. HEX triplet: 6F, B2 and 0C. RGB value is (111,178,12). Sum of RGB (Red+Green+Blue) = 111+178+12=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB20C is #904DF3. Grayscale: #8B8B8B. Windows color (decimal): -9457140 or 832111. OLE color: 832111.

HSL color Cylindrical-coordinate representation of color #6FB20C: hue angle of 84.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FB20C is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB11117812-
CMYK0.3800.930.30
HSL84.22º87.37%37.25%-
HSV(B)84.22º93.26%69.8%-
XYZ22.5435.255.96-
YUV139.0456.3108-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 178 (69.92% from 255) = 59.14%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=36.88%
G=59.14%
B=3.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111178120.3800.930.3084.2287.3737.25
Hex6FB2C2605D1E545725
Octal157262144601353612412745
Binary1101111101100101100100110010111011111010101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,12); }

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

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

 a { background-color: rgb(111,178,12); }

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

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

 span { border-color: rgb(111,178,12); }

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