#788607

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

Shades of Olive #788607

Tints of Olive #788607

Color information

#788607 (or 0x788607) is unknown color: approx Olive. HEX triplet: 78, 86 and 07. RGB value is (120,134,7). Sum of RGB (Red+Green+Blue) = 120+134+7=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #788607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788607 is #8779F8. Grayscale: #737373. Windows color (decimal): -8878585 or 493176. OLE color: 493176.

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

Color convert

RGB1201347-
CMYK0.1000.950.47
HSL66.61º90.07%27.65%-
HSV(B)66.61º94.78%52.55%-
XYZ16.3121.063.41-
YUV115.3466.86131.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=45.98%
G=51.34%
B=2.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12013470.1000.950.4766.6190.0727.65
Hex78867A05F2F435a1c
Octal17020671201375710313234
Binary1111000100001101111010010111111011111000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788607; }

 p { color: rgb(120,134,7); }

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

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

 a { background-color: rgb(120,134,7); }

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

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

 span { border-color: rgb(120,134,7); }

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