#6DC707

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

Shades of Christi #6DC707

Tints of Christi #6DC707

Color information

#6DC707 (or 0x6DC707) is unknown color: approx Christi. HEX triplet: 6D, C7 and 07. RGB value is (109,199,7). Sum of RGB (Red+Green+Blue) = 109+199+7=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC707 is #9238F8. Grayscale: #969696. Windows color (decimal): -9582841 or 509805. OLE color: 509805.

HSL color Cylindrical-coordinate representation of color #6DC707: hue angle of 88.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DC707 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1091997-
CMYK0.4500.960.22
HSL88.12º93.2%40.39%-
HSV(B)88.12º96.48%78.04%-
XYZ26.7744.117.3-
YUV150.247.1898.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 199 (78.12% from 255) = 63.17%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=34.60%
G=63.17%
B=2.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10919970.4500.960.2288.1293.240.39
Hex6DC772D06016585d28
Octal15530775501402613013550
Binary110110111000111111101101011000001011010110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,199,7); }

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

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

 a { background-color: rgb(109,199,7); }

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

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

 span { border-color: rgb(109,199,7); }

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