Html Css Color HEX #77AB12 Christi

📋 copy color: '#77AB12'

red 119 ◦ green 171 ◦ blue 18

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

Shades of Christi #77AB12

Tints of Christi #77AB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.52%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 38.64%
G = 55.52%
B = 5.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#77AB12 (or 0x77AB12) is known color: Christi. HEX triplet: 77, AB and 12. RGB value is (119,171,18). Sum of RGB (Red+Green+Blue) = 119+171+18=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB12 is #8854ED. Grayscale: #8A8A8A. Windows color (decimal): -8934638 or 1223543. OLE color: 1223543.

HSL color Cylindrical-coordinate representation of color #77AB12: hue angle of 80.39º degrees, saturation: 0.81, 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 #77AB12 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 171 18 -
CMYK 0.30 0 0.89 0.33
HSL 80.39º 0.81% 0.37% -
HSV(B) 80.39º 0.89% 0.67% -
XYZ 22.28 33.09 5.79 -
YUV 138.01 60.27 114.44 -
System Red Green Blue C M Y K H S L
Decimal 119 171 18 0.30 0 0.89 0.33 80.39 0.81 0.37
Hex 77 AB 12 1E 0 59 21 50 51 25
Octal 167 253 22 36 0 131 41 120 121 45
Binary 1110111 10101011 10010 11110 0 1011001 100001 1010000 1010001 100101

Color Harmonies of #77AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AB12

Black with #77AB12

Text Example


Text Example

White with #77AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,171,18); }

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

background-color css

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

 a { background-color: rgb(119,171,18); }

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

border-color css

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

 span { border-color: rgb(119,171,18); }

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