Html Css Color HEX #77B311 Christi

📋 copy color: '#77B311'

red 119 ◦ green 179 ◦ blue 17

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

Shades of Christi #77B311

Tints of Christi #77B311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 37.78%
G = 56.83%
B = 5.4%

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

#77B311 (or 0x77B311) is known color: Christi. HEX triplet: 77, B3 and 11. RGB value is (119,179,17). Sum of RGB (Red+Green+Blue) = 119+179+17=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #77B311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B311 is #884CEE. Grayscale: #8F8F8F. Windows color (decimal): -8932591 or 1160055. OLE color: 1160055.

HSL color Cylindrical-coordinate representation of color #77B311: hue angle of 82.22º degrees, saturation: 0.83, 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 #77B311 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 179 17 -
CMYK 0.34 0 0.91 0.30
HSL 82.22º 0.83% 0.38% -
HSV(B) 82.22º 0.91% 0.7% -
XYZ 23.83 36.2 6.26 -
YUV 142.59 57.12 111.17 -
System Red Green Blue C M Y K H S L
Decimal 119 179 17 0.34 0 0.91 0.30 82.22 0.83 0.38
Hex 77 B3 11 22 0 5B 1E 52 53 26
Octal 167 263 21 42 0 133 36 122 123 46
Binary 1110111 10110011 10001 100010 0 1011011 11110 1010010 1010011 100110

Color Harmonies of #77B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B311

Black with #77B311

Text Example


Text Example

White with #77B311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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