#787003

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

Shades of Olive #787003

Tints of Olive #787003

Color information

#787003 (or 0x787003) is unknown color: approx Olive. HEX triplet: 78, 70 and 03. RGB value is (120,112,3). Sum of RGB (Red+Green+Blue) = 120+112+3=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #787003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787003 is #878FFC. Grayscale: #666666. Windows color (decimal): -8884221 or 225400. OLE color: 225400.

HSL color Cylindrical-coordinate representation of color #787003: hue angle of 55.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #787003 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1201123-
CMYK00.070.980.53
HSL55.9º95.12%24.12%-
HSV(B)55.9º97.5%47.06%-
XYZ13.5615.592.38-
YUV101.9772.15140.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=51.06%
G=47.66%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120112300.070.980.5355.995.1224.12
Hex78703076235385f18
Octal170160307142657013730
Binary111100011100001101111100010110101111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787003; }

 p { color: rgb(120,112,3); }

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

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

 a { background-color: rgb(120,112,3); }

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

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

 span { border-color: rgb(120,112,3); }

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