#777300

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

Shades of Olive #777300

Tints of Olive #777300

Color information

#777300 (or 0x777300) is unknown color: approx Olive. HEX triplet: 77, 73 and 00. RGB value is (119,115,0). Sum of RGB (Red+Green+Blue) = 119+115+0=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #777300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777300 is #888CFF. Grayscale: #676767. Windows color (decimal): -8948992 or 29559. OLE color: 29559.

HSL color Cylindrical-coordinate representation of color #777300: hue angle of 57.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #777300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1191150-
CMYK00.0310.53
HSL57.98º100%23.33%-
HSV(B)57.98º100%46.67%-
XYZ13.7416.182.4-
YUV103.0969.83139.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.85%
G=49.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119115000.0310.5357.9810023.33
Hex777300364353a6417
Octal167163003144657214427
Binary1110111111001100111100100110101111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777300; }

 p { color: rgb(119,115,0); }

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

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

 a { background-color: rgb(119,115,0); }

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

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

 span { border-color: rgb(119,115,0); }

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