#787B12

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

Shades of Olive #787B12

Tints of Olive #787B12

Color information

#787B12 (or 0x787B12) is unknown color: approx Olive. HEX triplet: 78, 7B and 12. RGB value is (120,123,18). Sum of RGB (Red+Green+Blue) = 120+123+18=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #787B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787B12 is #8784ED. Grayscale: #6E6E6E. Windows color (decimal): -8881390 or 1211256. OLE color: 1211256.

HSL color Cylindrical-coordinate representation of color #787B12: hue angle of 61.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #787B12 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB12012318-
CMYK0.0200.850.52
HSL61.71º74.47%27.65%-
HSV(B)61.71º85.37%48.24%-
XYZ14.9418.23.3-
YUV110.1376.01135.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=45.98%
G=47.13%
B=6.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120123180.0200.850.5261.7174.4727.65
Hex787B122055343e4a1c
Octal1701732220125647611234
Binary11110001111011100101001010101110100111110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787B12; }

 p { color: rgb(120,123,18); }

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

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

 a { background-color: rgb(120,123,18); }

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

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

 span { border-color: rgb(120,123,18); }

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