#789425

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

Shades of Olive Drab #789425

Tints of Olive Drab #789425

Color information

#789425 (or 0x789425) is unknown color: approx Olive Drab. HEX triplet: 78, 94 and 25. RGB value is (120,148,37). Sum of RGB (Red+Green+Blue) = 120+148+37=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #789425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789425 is #876BDA. Grayscale: #7F7F7F. Windows color (decimal): -8874971 or 2462840. OLE color: 2462840.

HSL color Cylindrical-coordinate representation of color #789425: hue angle of 75.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #789425 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB12014837-
CMYK0.1900.750.42
HSL75.14º60%36.27%-
HSV(B)75.14º75%58.04%-
XYZ18.6725.315.65-
YUV126.9777.22123.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=39.34%
G=48.52%
B=12.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148370.1900.750.4275.146036.27
Hex7894251304B2A4b3c24
Octal17022445230113521137444
Binary11110001001010010010110011010010111010101001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789425; }

 p { color: rgb(120,148,37); }

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

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

 a { background-color: rgb(120,148,37); }

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

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

 span { border-color: rgb(120,148,37); }

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