Html Css Color HEX #77AD13 Christi

📋 copy color: '#77AD13'

red 119 ◦ green 173 ◦ blue 19

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

Shades of Christi #77AD13

Tints of Christi #77AD13

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.63%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 38.26%
G = 55.63%
B = 6.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#77AD13 (or 0x77AD13) is known color: Christi. HEX triplet: 77, AD and 13. RGB value is (119,173,19). Sum of RGB (Red+Green+Blue) = 119+173+19=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AD13 is #8852EC. Grayscale: #8B8B8B. Windows color (decimal): -8934125 or 1289591. OLE color: 1289591.

HSL color Cylindrical-coordinate representation of color #77AD13: hue angle of 81.04º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77AD13 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 173 19 -
CMYK 0.31 0 0.89 0.32
HSL 81.04º 0.8% 0.38% -
HSV(B) 81.04º 0.89% 0.68% -
XYZ 22.67 33.86 5.96 -
YUV 139.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 119 173 19 0.31 0 0.89 0.32 81.04 0.8 0.38
Hex 77 AD 13 1F 0 59 20 51 50 26
Octal 167 255 23 37 0 131 40 121 120 46
Binary 1110111 10101101 10011 11111 0 1011001 100000 1010001 1010000 100110

Color Harmonies of #77AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AD13

Black with #77AD13

Text Example


Text Example

White with #77AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,173,19); }

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

background-color css

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

 a { background-color: rgb(119,173,19); }

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

border-color css

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

 span { border-color: rgb(119,173,19); }

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