Html Css Color HEX #777C11 Olive

📋 copy color: '#777C11'

red 119 ◦ green 124 ◦ blue 17

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

Shades of Olive #777C11

Tints of Olive #777C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.69%

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

R = 45.77%
G = 47.69%
B = 6.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#777C11 (or 0x777C11) is known color: Olive. HEX triplet: 77, 7C and 11. RGB value is (119,124,17). Sum of RGB (Red+Green+Blue) = 119+124+17=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #777C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777C11 is #8883EE. Grayscale: #6E6E6E. Windows color (decimal): -8946671 or 1145975. OLE color: 1145975.

HSL color Cylindrical-coordinate representation of color #777C11: hue angle of 62.8º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #777C11 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 17 -
CMYK 0.04 0 0.86 0.51
HSL 62.8º 0.76% 0.28% -
HSV(B) 62.8º 0.86% 0.49% -
XYZ 14.92 18.38 3.29 -
YUV 110.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 119 124 17 0.04 0 0.86 0.51 62.8 0.76 0.28
Hex 77 7C 11 4 0 56 33 3F 4C 1C
Octal 167 174 21 4 0 126 63 77 114 34
Binary 1110111 1111100 10001 100 0 1010110 110011 111111 1001100 11100

Color Harmonies of #777C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C11

Black with #777C11

Text Example


Text Example

White with #777C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C11; }

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

 H1.HeaderClassName
 {
   color: #777C11;
 }
 .AnyTagClassName
 {
   color: #777C11;
 }
</style>

background-color css

<style>
 a { background-color: #777C11; }

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

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

border-color css

<style>
 span { border-color: #777C11; }

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

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