Html Css Color HEX #77B310 Christi

📋 copy color: '#77B310'

red 119 ◦ green 179 ◦ blue 16

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

Shades of Christi #77B310

Tints of Christi #77B310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 37.9%
G = 57.01%
B = 5.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#77B310 (or 0x77B310) is known color: Christi. HEX triplet: 77, B3 and 10. RGB value is (119,179,16). Sum of RGB (Red+Green+Blue) = 119+179+16=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #77B310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B310 is #884CEF. Grayscale: #8F8F8F. Windows color (decimal): -8932592 or 1094519. OLE color: 1094519.

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

Color convert

RGB 119 179 16 -
CMYK 0.34 0 0.91 0.30
HSL 82.09º 0.84% 0.38% -
HSV(B) 82.09º 0.91% 0.7% -
XYZ 23.82 36.2 6.22 -
YUV 142.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 119 179 16 0.34 0 0.91 0.30 82.09 0.84 0.38
Hex 77 B3 10 22 0 5B 1E 52 54 26
Octal 167 263 20 42 0 133 36 122 124 46
Binary 1110111 10110011 10000 100010 0 1011011 11110 1010010 1010100 100110

Color Harmonies of #77B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B310

Black with #77B310

Text Example


Text Example

White with #77B310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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