Html Css Color HEX #77A01C Christi

📋 copy color: '#77A01C'

red 119 ◦ green 160 ◦ blue 28

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

Shades of Christi #77A01C

Tints of Christi #77A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.12%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 38.76%
G = 52.12%
B = 9.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#77A01C (or 0x77A01C) is known color: Christi. HEX triplet: 77, A0 and 1C. RGB value is (119,160,28). Sum of RGB (Red+Green+Blue) = 119+160+28=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #77A01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A01C is #885FE3. Grayscale: #858585. Windows color (decimal): -8937444 or 1876087. OLE color: 1876087.

HSL color Cylindrical-coordinate representation of color #77A01C: hue angle of 78.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77A01C is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 160 28 -
CMYK 0.26 0 0.82 0.37
HSL 78.64º 0.7% 0.37% -
HSV(B) 78.64º 0.83% 0.63% -
XYZ 20.39 29.15 5.65 -
YUV 132.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 119 160 28 0.26 0 0.82 0.37 78.64 0.7 0.37
Hex 77 A0 1C 1A 0 52 25 4F 46 25
Octal 167 240 34 32 0 122 45 117 106 45
Binary 1110111 10100000 11100 11010 0 1010010 100101 1001111 1000110 100101

Color Harmonies of #77A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A01C

Black with #77A01C

Text Example


Text Example

White with #77A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,160,28); }

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

background-color css

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

 a { background-color: rgb(119,160,28); }

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

border-color css

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

 span { border-color: rgb(119,160,28); }

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