#788203

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

Shades of Olive #788203

Tints of Olive #788203

Color information

#788203 (or 0x788203) is unknown color: approx Olive. HEX triplet: 78, 82 and 03. RGB value is (120,130,3). Sum of RGB (Red+Green+Blue) = 120+130+3=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #788203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788203 is #877DFC. Grayscale: #717171. Windows color (decimal): -8879613 or 230008. OLE color: 230008.

HSL color Cylindrical-coordinate representation of color #788203: hue angle of 64.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #788203 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1201303-
CMYK0.0800.980.49
HSL64.72º95.49%26.08%-
HSV(B)64.72º97.69%50.98%-
XYZ15.7419.963.11-
YUV112.5366.19133.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=47.43%
G=51.38%
B=1.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12013030.0800.980.4964.7295.4926.08
Hex78823806231415f1a
Octal17020231001426110113732
Binary111100010000010111000011000101100011000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788203; }

 p { color: rgb(120,130,3); }

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

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

 a { background-color: rgb(120,130,3); }

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

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

 span { border-color: rgb(120,130,3); }

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