#749918

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

Shades of Olive Drab #749918

Tints of Olive Drab #749918

Color information

#749918 (or 0x749918) is unknown color: approx Olive Drab. HEX triplet: 74, 99 and 18. RGB value is (116,153,24). Sum of RGB (Red+Green+Blue) = 116+153+24=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #749918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749918 is #8B66E7. Grayscale: #7F7F7F. Windows color (decimal): -9135848 or 1612148. OLE color: 1612148.

HSL color Cylindrical-coordinate representation of color #749918: hue angle of 77.21º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #749918 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB11615324-
CMYK0.2400.840.4
HSL77.21º72.88%34.71%-
HSV(B)77.21º84.31%60%-
XYZ18.7626.565-
YUV127.2369.74119.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=39.59%
G=52.22%
B=8.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153240.2400.840.477.2172.8834.71
Hex74991818054284d4923
Octal164231303001245011511143
Binary11101001001100111000110000101010010100010011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749918; }

 p { color: rgb(116,153,24); }

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

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

 a { background-color: rgb(116,153,24); }

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

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

 span { border-color: rgb(116,153,24); }

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