#6BC70C

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

Shades of Christi #6BC70C

Tints of Christi #6BC70C

Color information

#6BC70C (or 0x6BC70C) is unknown color: approx Christi. HEX triplet: 6B, C7 and 0C. RGB value is (107,199,12). Sum of RGB (Red+Green+Blue) = 107+199+12=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 199 (78.12% from 255 or 62.58% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC70C is #9438F3. Grayscale: #969696. Windows color (decimal): -9713908 or 837483. OLE color: 837483.

HSL color Cylindrical-coordinate representation of color #6BC70C: hue angle of 89.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BC70C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB10719912-
CMYK0.4600.940.22
HSL89.52º88.63%41.37%-
HSV(B)89.52º93.97%78.04%-
XYZ26.55447.44-
YUV150.1750.0297.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 199 (78.12% from 255) = 62.58%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=33.65%
G=62.58%
B=3.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107199120.4600.940.2289.5288.6341.37
Hex6BC7C2E05E165a5929
Octal153307145601362613213151
Binary1101011110001111100101110010111101011010110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,199,12); }

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

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

 a { background-color: rgb(107,199,12); }

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

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

 span { border-color: rgb(107,199,12); }

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