#788506

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

Shades of Olive #788506

Tints of Olive #788506

Color information

#788506 (or 0x788506) is unknown color: approx Olive. HEX triplet: 78, 85 and 06. RGB value is (120,133,6). Sum of RGB (Red+Green+Blue) = 120+133+6=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #788506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788506 is #877AF9. Grayscale: #737373. Windows color (decimal): -8878842 or 427384. OLE color: 427384.

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

Color convert

RGB1201336-
CMYK0.1000.950.48
HSL66.14º91.37%27.25%-
HSV(B)66.14º95.49%52.16%-
XYZ16.1720.783.33-
YUV114.6466.69131.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=46.33%
G=51.35%
B=2.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12013360.1000.950.4866.1491.3727.25
Hex78856A05F30425b1b
Octal17020561201376010213333
Binary1111000100001011101010010111111100001000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788506; }

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

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

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

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

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

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

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

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