#777E0B

Color #777E0B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #777E0B

Tints of Olive #777E0B

Color information

#777E0B (or 0x777E0B) is unknown color: approx Olive. HEX triplet: 77, 7E and 0B. RGB value is (119,126,11). Sum of RGB (Red+Green+Blue) = 119+126+11=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #777E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777E0B is #8881F4. Grayscale: #6F6F6F. Windows color (decimal): -8946165 or 753271. OLE color: 753271.

HSL color Cylindrical-coordinate representation of color #777E0B: hue angle of 63.65º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #777E0B is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB11912611-
CMYK0.0600.910.51
HSL63.65º83.94%26.86%-
HSV(B)63.65º91.27%49.41%-
XYZ15.1318.873.16-
YUV110.871.68133.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 126 (49.61% from 255) = 49.22%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=46.48%
G=49.22%
B=4.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119126110.0600.910.5163.6583.9426.86
Hex777EB605B3340541b
Octal16717613601336310012433
Binary111011111111101011110010110111100111000000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,126,11); }

 H1.HeaderClassName
 {
   color: #777E0B;
 }
 .AnyTagClassName
 {
   color: #777E0B;
 }
</style>
background-color css

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

 a { background-color: rgb(119,126,11); }

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

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

 span { border-color: rgb(119,126,11); }

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