#77ba0c

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

Shades of Christi #77BA0C

Tints of Christi #77BA0C

Color information

#77BA0C (or 0x77BA0C) is unknown color: approx Christi. HEX triplet: 77, BA and 0C. RGB value is (119,186,12). Sum of RGB (Red+Green+Blue) = 119+186+12=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BA0C is #8845F3. Grayscale: #929292. Windows color (decimal): -8930804 or 834167. OLE color: 834167.

HSL color Cylindrical-coordinate representation of color #77BA0C: hue angle of 83.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77BA0C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB11918612-
CMYK0.3600.940.27
HSL83.1º87.88%38.82%-
HSV(B)83.1º93.55%72.94%-
XYZ25.2339.076.56-
YUV146.1352.3108.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 186 (73.05% from 255) = 58.68%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=37.54%
G=58.68%
B=3.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119186120.3600.940.2783.187.8838.82
Hex77BAC2405E1B535827
Octal167272144401363312313047
Binary1110111101110101100100100010111101101110100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ba0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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