Html Css Color HEX #77BA11 Christi

📋 copy color: '#77BA11'

red 119 ◦ green 186 ◦ blue 17

#77BA11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #77BA11

Tints of Christi #77BA11

RGB

 RED value IS 119 (46.88% from 255) = 36.96%

 GREEN value IS 186 (73.05% from 255) = 57.76%

 BLUE value IS 17 (7.03% from 255) = 5.28%

R = 36.96%
G = 57.76%
B = 5.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#77BA11 (or 0x77BA11) is known color: Christi. HEX triplet: 77, BA and 11. RGB value is (119,186,17). Sum of RGB (Red+Green+Blue) = 119+186+17=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BA11 is #8845EE. Grayscale: #939393. Windows color (decimal): -8930799 or 1161847. OLE color: 1161847.

HSL color Cylindrical-coordinate representation of color #77BA11: hue angle of 83.79º degrees, saturation: 0.83, 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 #77BA11 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 186 17 -
CMYK 0.36 0 0.91 0.27
HSL 83.79º 0.83% 0.4% -
HSV(B) 83.79º 0.91% 0.73% -
XYZ 25.27 39.08 6.74 -
YUV 146.7 54.8 108.24 -
System Red Green Blue C M Y K H S L
Decimal 119 186 17 0.36 0 0.91 0.27 83.79 0.83 0.4
Hex 77 BA 11 24 0 5B 1B 54 53 28
Octal 167 272 21 44 0 133 33 124 123 50
Binary 1110111 10111010 10001 100100 0 1011011 11011 1010100 1010011 101000

Color Harmonies of #77BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA11

Black with #77BA11

Text Example


Text Example

White with #77BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77BA11;
 }
 .AnyTagClassName
 {
   color: #77BA11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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