#788510

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

Shades of Olive #788510

Tints of Olive #788510

Color information

#788510 (or 0x788510) is unknown color: approx Olive. HEX triplet: 78, 85 and 10. RGB value is (120,133,16). Sum of RGB (Red+Green+Blue) = 120+133+16=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #788510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788510 is #877AEF. Grayscale: #747474. Windows color (decimal): -8878832 or 1082744. OLE color: 1082744.

HSL color Cylindrical-coordinate representation of color #788510: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #788510 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB12013316-
CMYK0.1000.880.48
HSL66.67º78.52%29.22%-
HSV(B)66.67º87.97%52.16%-
XYZ16.2320.813.65-
YUV115.7871.69131.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=44.61%
G=49.44%
B=5.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120133160.1000.880.4866.6778.5229.22
Hex788510A05830434f1d
Octal170205201201306010311735
Binary111100010000101100001010010110001100001000011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788510; }

 p { color: rgb(120,133,16); }

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

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

 a { background-color: rgb(120,133,16); }

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

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

 span { border-color: rgb(120,133,16); }

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