Html Css Color HEX #77AC14 Christi

📋 copy color: '#77AC14'

red 119 ◦ green 172 ◦ blue 20

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

Shades of Christi #77AC14

Tints of Christi #77AC14

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.31%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 38.26%
G = 55.31%
B = 6.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#77AC14 (or 0x77AC14) is known color: Christi. HEX triplet: 77, AC and 14. RGB value is (119,172,20). Sum of RGB (Red+Green+Blue) = 119+172+20=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AC14 is #8853EB. Grayscale: #8B8B8B. Windows color (decimal): -8934380 or 1354871. OLE color: 1354871.

HSL color Cylindrical-coordinate representation of color #77AC14: hue angle of 80.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77AC14 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 172 20 -
CMYK 0.31 0 0.88 0.33
HSL 80.92º 0.79% 0.38% -
HSV(B) 80.92º 0.88% 0.67% -
XYZ 22.49 33.48 5.94 -
YUV 138.83 60.94 113.86 -
System Red Green Blue C M Y K H S L
Decimal 119 172 20 0.31 0 0.88 0.33 80.92 0.79 0.38
Hex 77 AC 14 1F 0 58 21 51 4F 26
Octal 167 254 24 37 0 130 41 121 117 46
Binary 1110111 10101100 10100 11111 0 1011000 100001 1010001 1001111 100110

Color Harmonies of #77AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AC14

Black with #77AC14

Text Example


Text Example

White with #77AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,172,20); }

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

background-color css

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

 a { background-color: rgb(119,172,20); }

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

border-color css

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

 span { border-color: rgb(119,172,20); }

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