Html Css Color HEX #77B506 Christi

📋 copy color: '#77B506'

red 119 ◦ green 181 ◦ blue 6

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

Shades of Christi #77B506

Tints of Christi #77B506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.15%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 38.89%
G = 59.15%
B = 1.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#77B506 (or 0x77B506) is known color: Christi. HEX triplet: 77, B5 and 06. RGB value is (119,181,6). Sum of RGB (Red+Green+Blue) = 119+181+6=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #77B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B506 is #884AF9. Grayscale: #8F8F8F. Windows color (decimal): -8932090 or 439671. OLE color: 439671.

HSL color Cylindrical-coordinate representation of color #77B506: hue angle of 81.26º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77B506 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 181 6 -
CMYK 0.34 0 0.97 0.29
HSL 81.26º 0.94% 0.37% -
HSV(B) 81.26º 0.97% 0.71% -
XYZ 24.16 36.98 6.04 -
YUV 142.51 50.96 111.23 -
System Red Green Blue C M Y K H S L
Decimal 119 181 6 0.34 0 0.97 0.29 81.26 0.94 0.37
Hex 77 B5 6 22 0 61 1D 51 5E 25
Octal 167 265 6 42 0 141 35 121 136 45
Binary 1110111 10110101 110 100010 0 1100001 11101 1010001 1011110 100101

Color Harmonies of #77B506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B506

Black with #77B506

Text Example


Text Example

White with #77B506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,181,6); }

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

background-color css

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

 a { background-color: rgb(119,181,6); }

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

border-color css

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

 span { border-color: rgb(119,181,6); }

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