#77BA10

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

Shades of Christi #77BA10

Tints of Christi #77BA10

Color information

#77BA10 (or 0x77BA10) is unknown color: approx Christi. HEX triplet: 77, BA and 10. RGB value is (119,186,16). Sum of RGB (Red+Green+Blue) = 119+186+16=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BA10 is #8845EF. Grayscale: #939393. Windows color (decimal): -8930800 or 1096311. OLE color: 1096311.

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

Color convert

RGB11918616-
CMYK0.3600.910.27
HSL83.65º84.16%39.61%-
HSV(B)83.65º91.4%72.94%-
XYZ25.2639.086.7-
YUV146.5954.3108.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=37.07%
G=57.94%
B=4.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119186160.3600.910.2783.6584.1639.61
Hex77BA102405B1B545428
Octal167272204401333312412450
Binary11101111011101010000100100010110111101110101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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