Html Css Color HEX #74902D Olive Drab

📋 copy color: '#74902D'

red 116 ◦ green 144 ◦ blue 45

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

Shades of Olive Drab #74902D

Tints of Olive Drab #74902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 38.03%
G = 47.21%
B = 14.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#74902D (or 0x74902D) is known color: Olive Drab. HEX triplet: 74, 90 and 2D. RGB value is (116,144,45). Sum of RGB (Red+Green+Blue) = 116+144+45=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #74902D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74902D is #8B6FD2. Grayscale: #7C7C7C. Windows color (decimal): -9138131 or 2986100. OLE color: 2986100.

HSL color Cylindrical-coordinate representation of color #74902D: hue angle of 76.97º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74902D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 45 -
CMYK 0.19 0 0.69 0.44
HSL 76.97º 0.52% 0.37% -
HSV(B) 76.97º 0.69% 0.56% -
XYZ 17.65 23.85 6.16 -
YUV 124.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 116 144 45 0.19 0 0.69 0.44 76.97 0.52 0.37
Hex 74 90 2D 13 0 45 2C 4D 34 25
Octal 164 220 55 23 0 105 54 115 64 45
Binary 1110100 10010000 101101 10011 0 1000101 101100 1001101 110100 100101

Color Harmonies of #74902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74902D

Black with #74902D

Text Example


Text Example

White with #74902D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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