#6FB40C

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

Shades of Christi #6FB40C

Tints of Christi #6FB40C

Color information

#6FB40C (or 0x6FB40C) is unknown color: approx Christi. HEX triplet: 6F, B4 and 0C. RGB value is (111,180,12). Sum of RGB (Red+Green+Blue) = 111+180+12=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB40C is #904BF3. Grayscale: #8C8C8C. Windows color (decimal): -9456628 or 832623. OLE color: 832623.

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

Color convert

RGB11118012-
CMYK0.3800.930.29
HSL84.64º87.5%37.65%-
HSV(B)84.64º93.33%70.59%-
XYZ22.9436.056.1-
YUV140.2255.64107.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 180 (70.70% from 255) = 59.41%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=36.63%
G=59.41%
B=3.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111180120.3800.930.2984.6487.537.65
Hex6FB4C2605D1D555826
Octal157264144601353512513046
Binary1101111101101001100100110010111011110110101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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