#787108

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

Shades of Olive #787108

Tints of Olive #787108

Color information

#787108 (or 0x787108) is unknown color: approx Olive. HEX triplet: 78, 71 and 08. RGB value is (120,113,8). Sum of RGB (Red+Green+Blue) = 120+113+8=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #787108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787108 is #878EF7. Grayscale: #676767. Windows color (decimal): -8883960 or 553336. OLE color: 553336.

HSL color Cylindrical-coordinate representation of color #787108: hue angle of 56.25º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #787108 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1201138-
CMYK00.060.930.53
HSL56.25º87.5%25.1%-
HSV(B)56.25º93.33%47.06%-
XYZ13.6915.822.56-
YUV103.1274.32140.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=49.79%
G=46.89%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120113800.060.930.5356.2587.525.1
Hex78718065D35385819
Octal1701611006135657013031
Binary11110001110001100001101011101110101111000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787108; }

 p { color: rgb(120,113,8); }

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

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

 a { background-color: rgb(120,113,8); }

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

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

 span { border-color: rgb(120,113,8); }

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