#748919

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

Shades of Olive Drab #748919

Tints of Olive Drab #748919

Color information

#748919 (or 0x748919) is unknown color: approx Olive Drab. HEX triplet: 74, 89 and 19. RGB value is (116,137,25). Sum of RGB (Red+Green+Blue) = 116+137+25=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #748919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748919 is #8B76E6. Grayscale: #767676. Windows color (decimal): -9139943 or 1673588. OLE color: 1673588.

HSL color Cylindrical-coordinate representation of color #748919: hue angle of 71.25º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748919 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB11613725-
CMYK0.1500.820.46
HSL71.25º69.14%31.76%-
HSV(B)71.25º81.75%53.73%-
XYZ16.3221.674.24-
YUV117.9575.54126.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 25 (10.16% from 255) = 8.99%
R=41.73%
G=49.28%
B=8.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137250.1500.820.4671.2569.1431.76
Hex748919F0522E474520
Octal164211311701225610710540
Binary1110100100010011100111110101001010111010001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748919; }

 p { color: rgb(116,137,25); }

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

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

 a { background-color: rgb(116,137,25); }

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

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

 span { border-color: rgb(116,137,25); }

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