#74922E

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

Shades of Olive Drab #74922E

Tints of Olive Drab #74922E

Color information

#74922E (or 0x74922E) is unknown color: approx Olive Drab. HEX triplet: 74, 92 and 2E. RGB value is (116,146,46). Sum of RGB (Red+Green+Blue) = 116+146+46=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #74922E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74922E is #8B6DD1. Grayscale: #7E7E7E. Windows color (decimal): -9137618 or 3052148. OLE color: 3052148.

HSL color Cylindrical-coordinate representation of color #74922E: hue angle of 78º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74922E is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB11614646-
CMYK0.2100.680.43
HSL78º52.08%37.65%-
HSV(B)78º68.49%57.25%-
XYZ17.9724.476.36-
YUV125.6383.06121.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=37.66%
G=47.40%
B=14.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146460.2100.680.437852.0837.65
Hex74922E150442B4e3426
Octal16422256250104531166446
Binary11101001001001010111010101010001001010111001110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74922E; }

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

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

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

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

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

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

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

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