#74920D

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

Shades of Olive Drab #74920D

Tints of Olive Drab #74920D

Color information

#74920D (or 0x74920D) is unknown color: approx Olive Drab. HEX triplet: 74, 92 and 0D. RGB value is (116,146,13). Sum of RGB (Red+Green+Blue) = 116+146+13=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #74920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74920D is #8B6DF2. Grayscale: #7A7A7A. Windows color (decimal): -9137651 or 889460. OLE color: 889460.

HSL color Cylindrical-coordinate representation of color #74920D: hue angle of 73.53º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74920D is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB11614613-
CMYK0.2100.910.43
HSL73.53º83.65%31.18%-
HSV(B)73.53º91.1%57.25%-
XYZ17.5524.34.15-
YUV121.8766.56123.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=42.18%
G=53.09%
B=4.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146130.2100.910.4373.5383.6531.18
Hex7492D1505B2B4a541f
Octal164222152501335311212437
Binary111010010010010110110101010110111010111001010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74920D; }

 p { color: rgb(116,146,13); }

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

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

 a { background-color: rgb(116,146,13); }

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

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

 span { border-color: rgb(116,146,13); }

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