#788200

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

Shades of Olive #788200

Tints of Olive #788200

Color information

#788200 (or 0x788200) is unknown color: approx Olive. HEX triplet: 78, 82 and 00. RGB value is (120,130,0). Sum of RGB (Red+Green+Blue) = 120+130+0=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #788200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788200 is #877DFF. Grayscale: #707070. Windows color (decimal): -8879616 or 33400. OLE color: 33400.

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

Color convert

RGB1201300-
CMYK0.08010.49
HSL64.62º100%25.49%-
HSV(B)64.62º100%50.98%-
XYZ15.7319.963.02-
YUV112.1964.69133.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 0 (0.39% from 255) = 0%
R=48%
G=52%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12013000.08010.4964.6210025.49
Hex78820806431416419
Octal17020201001446110114431
Binary11110001000001001000011001001100011000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788200; }

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

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

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

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

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

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

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

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