#77850B

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

Shades of Olive #77850B

Tints of Olive #77850B

Color information

#77850B (or 0x77850B) is unknown color: approx Olive. HEX triplet: 77, 85 and 0B. RGB value is (119,133,11). Sum of RGB (Red+Green+Blue) = 119+133+11=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #77850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77850B is #887AF4. Grayscale: #737373. Windows color (decimal): -8944373 or 755063. OLE color: 755063.

HSL color Cylindrical-coordinate representation of color #77850B: hue angle of 66.89º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77850B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11913311-
CMYK0.1100.920.48
HSL66.89º84.72%28.24%-
HSV(B)66.89º91.73%52.16%-
XYZ16.0620.723.47-
YUV114.9169.36130.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=45.25%
G=50.57%
B=4.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133110.1100.920.4866.8984.7228.24
Hex7785BB05C3043551c
Octal167205131301346010312534
Binary11101111000010110111011010111001100001000011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77850B; }

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

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

<style>
 a { background-color: #77850B; }

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

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

<style>
 span { border-color: #77850B; }

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

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