#77c10c

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

Shades of Christi #77C10C

Tints of Christi #77C10C

Color information

#77C10C (or 0x77C10C) is unknown color: approx Christi. HEX triplet: 77, C1 and 0C. RGB value is (119,193,12). Sum of RGB (Red+Green+Blue) = 119+193+12=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #77C10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C10C is #883EF3. Grayscale: #969696. Windows color (decimal): -8929012 or 835959. OLE color: 835959.

HSL color Cylindrical-coordinate representation of color #77C10C: hue angle of 84.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77C10C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB11919312-
CMYK0.3800.940.24
HSL84.53º88.29%40.2%-
HSV(B)84.53º93.78%75.69%-
XYZ26.7442.097.06-
YUV150.2449.98105.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 193 (75.78% from 255) = 59.57%
BLUE value IS 12 (5.08% from 255) = 3.70%
R=36.73%
G=59.57%
B=3.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119193120.3800.940.2484.5388.2940.2
Hex77C1C2605E18555828
Octal167301144601363012513050
Binary1110111110000011100100110010111101100010101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77c10c; }

 p { color: rgb(119,193,12); }

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

<style>
 a { background-color: #77c10c; }

 a { background-color: rgb(119,193,12); }

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

<style>
 span { border-color: #77c10c; }

 span { border-color: rgb(119,193,12); }

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