#74942B

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

Shades of Olive Drab #74942B

Tints of Olive Drab #74942B

Color information

#74942B (or 0x74942B) is unknown color: approx Olive Drab. HEX triplet: 74, 94 and 2B. RGB value is (116,148,43). Sum of RGB (Red+Green+Blue) = 116+148+43=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #74942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74942B is #8B6BD4. Grayscale: #7E7E7E. Windows color (decimal): -9137109 or 2856052. OLE color: 2856052.

HSL color Cylindrical-coordinate representation of color #74942B: hue angle of 78.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74942B is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB11614843-
CMYK0.2200.710.42
HSL78.29º54.97%37.45%-
HSV(B)78.29º70.95%58.04%-
XYZ18.2325.076.16-
YUV126.4680.9120.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=37.79%
G=48.21%
B=14.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148430.2200.710.4278.2954.9737.45
Hex74942B160472A4e3725
Octal16422453260107521166745
Binary11101001001010010101110110010001111010101001110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74942B; }

 p { color: rgb(116,148,43); }

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

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

 a { background-color: rgb(116,148,43); }

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

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

 span { border-color: rgb(116,148,43); }

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