#789700

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

Shades of Olive #789700

Tints of Olive #789700

Color information

#789700 (or 0x789700) is unknown color: approx Olive. HEX triplet: 78, 97 and 00. RGB value is (120,151,0). Sum of RGB (Red+Green+Blue) = 120+151+0=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #789700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789700 is #8768FF. Grayscale: #7D7D7D. Windows color (decimal): -8874240 or 38776. OLE color: 38776.

HSL color Cylindrical-coordinate representation of color #789700: hue angle of 72.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #789700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1201510-
CMYK0.21010.41
HSL72.32º100%29.61%-
HSV(B)72.32º100%59.22%-
XYZ18.8126.134.05-
YUV124.5257.73124.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 151 (59.38% from 255) = 55.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.28%
G=55.72%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12015100.21010.4172.3210029.61
Hex78970150642948641e
Octal17022702501445111014436
Binary111100010010111010101011001001010011001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789700; }

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

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

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

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

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

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

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

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