Html Css Color HEX #777D11 Olive

📋 copy color: '#777D11'

red 119 ◦ green 125 ◦ blue 17

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

Shades of Olive #777D11

Tints of Olive #777D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

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

R = 45.59%
G = 47.89%
B = 6.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#777D11 (or 0x777D11) is known color: Olive. HEX triplet: 77, 7D and 11. RGB value is (119,125,17). Sum of RGB (Red+Green+Blue) = 119+125+17=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #777D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777D11 is #8882EE. Grayscale: #6F6F6F. Windows color (decimal): -8946415 or 1146231. OLE color: 1146231.

HSL color Cylindrical-coordinate representation of color #777D11: hue angle of 63.33º 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 #777D11 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 125 17 -
CMYK 0.05 0 0.86 0.51
HSL 63.33º 0.76% 0.28% -
HSV(B) 63.33º 0.86% 0.49% -
XYZ 15.04 18.63 3.33 -
YUV 110.89 75.01 133.78 -
System Red Green Blue C M Y K H S L
Decimal 119 125 17 0.05 0 0.86 0.51 63.33 0.76 0.28
Hex 77 7D 11 5 0 56 33 3F 4C 1C
Octal 167 175 21 5 0 126 63 77 114 34
Binary 1110111 1111101 10001 101 0 1010110 110011 111111 1001100 11100

Color Harmonies of #777D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D11

Black with #777D11

Text Example


Text Example

White with #777D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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