Html Css Color HEX #77AA13 Christi

📋 copy color: '#77AA13'

red 119 ◦ green 170 ◦ blue 19

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

Shades of Christi #77AA13

Tints of Christi #77AA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

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

R = 38.64%
G = 55.19%
B = 6.17%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#77AA13 (or 0x77AA13) is known color: Christi. HEX triplet: 77, AA and 13. RGB value is (119,170,19). Sum of RGB (Red+Green+Blue) = 119+170+19=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AA13 is #8855EC. Grayscale: #8A8A8A. Windows color (decimal): -8934893 or 1288823. OLE color: 1288823.

HSL color Cylindrical-coordinate representation of color #77AA13: hue angle of 80.26º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77AA13 is Cyan = 0.3, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 19 -
CMYK 0.3 0 0.89 0.33
HSL 80.26º 0.8% 0.37% -
HSV(B) 80.26º 0.89% 0.67% -
XYZ 22.1 32.72 5.77 -
YUV 137.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 119 170 19 0.3 0 0.89 0.33 80.26 0.8 0.37
Hex 77 AA 13 1E 0 59 21 50 50 25
Octal 167 252 23 36 0 131 41 120 120 45
Binary 1110111 10101010 10011 11110 0 1011001 100001 1010000 1010000 100101

Color Harmonies of #77AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA13

Black with #77AA13

Text Example


Text Example

White with #77AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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