Html Css Color HEX #77B314 Christi

📋 copy color: '#77B314'

red 119 ◦ green 179 ◦ blue 20

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

Shades of Christi #77B314

Tints of Christi #77B314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.29%

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

R = 37.42%
G = 56.29%
B = 6.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#77B314 (or 0x77B314) is known color: Christi. HEX triplet: 77, B3 and 14. RGB value is (119,179,20). Sum of RGB (Red+Green+Blue) = 119+179+20=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #77B314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B314 is #884CEB. Grayscale: #8F8F8F. Windows color (decimal): -8932588 or 1356663. OLE color: 1356663.

HSL color Cylindrical-coordinate representation of color #77B314: hue angle of 82.64º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77B314 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 179 20 -
CMYK 0.34 0 0.89 0.30
HSL 82.64º 0.8% 0.39% -
HSV(B) 82.64º 0.89% 0.7% -
XYZ 23.85 36.21 6.39 -
YUV 142.93 58.62 110.93 -
System Red Green Blue C M Y K H S L
Decimal 119 179 20 0.34 0 0.89 0.30 82.64 0.8 0.39
Hex 77 B3 14 22 0 59 1E 53 50 27
Octal 167 263 24 42 0 131 36 123 120 47
Binary 1110111 10110011 10100 100010 0 1011001 11110 1010011 1010000 100111

Color Harmonies of #77B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B314

Black with #77B314

Text Example


Text Example

White with #77B314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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