Html Css Color HEX #74922D Olive Drab

📋 copy color: '#74922D'

red 116 ◦ green 146 ◦ blue 45

#74922D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #74922D

Tints of Olive Drab #74922D

RGB

 RED value IS 116 (45.7% from 255) = 37.79%

 GREEN value IS 146 (57.42% from 255) = 47.56%

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 37.79%
G = 47.56%
B = 14.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#74922D (or 0x74922D) is known color: Olive Drab. HEX triplet: 74, 92 and 2D. RGB value is (116,146,45). Sum of RGB (Red+Green+Blue) = 116+146+45=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #74922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74922D is #8B6DD2. Grayscale: #7D7D7D. Windows color (decimal): -9137619 or 2986612. OLE color: 2986612.

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

Color convert

RGB 116 146 45 -
CMYK 0.21 0 0.69 0.43
HSL 77.82º 0.53% 0.37% -
HSV(B) 77.82º 0.69% 0.57% -
XYZ 17.96 24.46 6.26 -
YUV 125.52 82.56 121.21 -
System Red Green Blue C M Y K H S L
Decimal 116 146 45 0.21 0 0.69 0.43 77.82 0.53 0.37
Hex 74 92 2D 15 0 45 2B 4E 35 25
Octal 164 222 55 25 0 105 53 116 65 45
Binary 1110100 10010010 101101 10101 0 1000101 101011 1001110 110101 100101

Color Harmonies of #74922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74922D

Black with #74922D

Text Example


Text Example

White with #74922D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74922D;
 }
 .AnyTagClassName
 {
   color: #74922D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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