Html Css Color HEX #77A405 Christi

📋 copy color: '#77A405'

red 119 ◦ green 164 ◦ blue 5

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

Shades of Christi #77A405

Tints of Christi #77A405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.94%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 41.32%
G = 56.94%
B = 1.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#77A405 (or 0x77A405) is known color: Christi. HEX triplet: 77, A4 and 05. RGB value is (119,164,5). Sum of RGB (Red+Green+Blue) = 119+164+5=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #77A405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A405 is #885BFA. Grayscale: #858585. Windows color (decimal): -8936443 or 369783. OLE color: 369783.

HSL color Cylindrical-coordinate representation of color #77A405: hue angle of 76.98º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77A405 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 5 -
CMYK 0.27 0 0.97 0.36
HSL 76.98º 0.94% 0.33% -
HSV(B) 76.98º 0.97% 0.64% -
XYZ 20.91 30.48 4.93 -
YUV 132.42 56.09 118.43 -
System Red Green Blue C M Y K H S L
Decimal 119 164 5 0.27 0 0.97 0.36 76.98 0.94 0.33
Hex 77 A4 5 1B 0 61 24 4D 5E 21
Octal 167 244 5 33 0 141 44 115 136 41
Binary 1110111 10100100 101 11011 0 1100001 100100 1001101 1011110 100001

Color Harmonies of #77A405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A405

Black with #77A405

Text Example


Text Example

White with #77A405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,5); }

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

background-color css

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

 a { background-color: rgb(119,164,5); }

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

border-color css

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

 span { border-color: rgb(119,164,5); }

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