#748825

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

Shades of Olive Drab #748825

Tints of Olive Drab #748825

Color information

#748825 (or 0x748825) is unknown color: approx Olive Drab. HEX triplet: 74, 88 and 25. RGB value is (116,136,37). Sum of RGB (Red+Green+Blue) = 116+136+37=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #748825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748825 is #8B77DA. Grayscale: #777777. Windows color (decimal): -9140187 or 2459764. OLE color: 2459764.

HSL color Cylindrical-coordinate representation of color #748825: hue angle of 72.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748825 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB11613637-
CMYK0.1500.730.47
HSL72.12º57.23%33.92%-
HSV(B)72.12º72.79%53.33%-
XYZ16.3421.455.03-
YUV118.7381.87126.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=40.14%
G=47.06%
B=12.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136370.1500.730.4772.1257.2333.92
Hex748825F0492F483922
Octal16421045170111571107142
Binary1110100100010001001011111010010011011111001000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748825; }

 p { color: rgb(116,136,37); }

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

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

 a { background-color: rgb(116,136,37); }

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

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

 span { border-color: rgb(116,136,37); }

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