Html Css Color HEX #74912B Olive Drab

📋 copy color: '#74912B'

red 116 ◦ green 145 ◦ blue 43

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

Shades of Olive Drab #74912B

Tints of Olive Drab #74912B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 38.16%
G = 47.7%
B = 14.14%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#74912B (or 0x74912B) is known color: Olive Drab. HEX triplet: 74, 91 and 2B. RGB value is (116,145,43). Sum of RGB (Red+Green+Blue) = 116+145+43=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #74912B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74912B is #8B6ED4. Grayscale: #7D7D7D. Windows color (decimal): -9137877 or 2855284. OLE color: 2855284.

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

Color convert

RGB 116 145 43 -
CMYK 0.2 0 0.70 0.43
HSL 77.06º 0.54% 0.37% -
HSV(B) 77.06º 0.7% 0.57% -
XYZ 17.76 24.14 6.01 -
YUV 124.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 116 145 43 0.2 0 0.70 0.43 77.06 0.54 0.37
Hex 74 91 2B 14 0 46 2B 4D 36 25
Octal 164 221 53 24 0 106 53 115 66 45
Binary 1110100 10010001 101011 10100 0 1000110 101011 1001101 110110 100101

Color Harmonies of #74912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74912B

Black with #74912B

Text Example


Text Example

White with #74912B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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