Html Css Color HEX #74912E Olive Drab

📋 copy color: '#74912E'

red 116 ◦ green 145 ◦ blue 46

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

Shades of Olive Drab #74912E

Tints of Olive Drab #74912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

 BLUE value IS 46 (18.36% from 255) = 14.98%

R = 37.79%
G = 47.23%
B = 14.98%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#74912E (or 0x74912E) is known color: Olive Drab. HEX triplet: 74, 91 and 2E. RGB value is (116,145,46). Sum of RGB (Red+Green+Blue) = 116+145+46=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #74912E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74912E is #8B6ED1. Grayscale: #7D7D7D. Windows color (decimal): -9137874 or 3051892. OLE color: 3051892.

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

Color convert

RGB 116 145 46 -
CMYK 0.2 0 0.68 0.43
HSL 77.58º 0.52% 0.37% -
HSV(B) 77.58º 0.68% 0.57% -
XYZ 17.82 24.16 6.31 -
YUV 125.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 116 145 46 0.2 0 0.68 0.43 77.58 0.52 0.37
Hex 74 91 2E 14 0 44 2B 4E 34 25
Octal 164 221 56 24 0 104 53 116 64 45
Binary 1110100 10010001 101110 10100 0 1000100 101011 1001110 110100 100101

Color Harmonies of #74912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74912E

Black with #74912E

Text Example


Text Example

White with #74912E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74912E;
 }
 .AnyTagClassName
 {
   color: #74912E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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