Html Css Color HEX #74941F Olive Drab

📋 copy color: '#74941F'

red 116 ◦ green 148 ◦ blue 31

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

Shades of Olive Drab #74941F

Tints of Olive Drab #74941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 39.32%
G = 50.17%
B = 10.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#74941F (or 0x74941F) is known color: Olive Drab. HEX triplet: 74, 94 and 1F. RGB value is (116,148,31). Sum of RGB (Red+Green+Blue) = 116+148+31=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #74941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74941F is #8B6BE0. Grayscale: #7D7D7D. Windows color (decimal): -9137121 or 2069620. OLE color: 2069620.

HSL color Cylindrical-coordinate representation of color #74941F: hue angle of 76.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74941F is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 31 -
CMYK 0.22 0 0.79 0.42
HSL 76.41º 0.65% 0.35% -
HSV(B) 76.41º 0.79% 0.58% -
XYZ 18.04 24.99 5.17 -
YUV 125.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 116 148 31 0.22 0 0.79 0.42 76.41 0.65 0.35
Hex 74 94 1F 16 0 4F 2A 4C 41 23
Octal 164 224 37 26 0 117 52 114 101 43
Binary 1110100 10010100 11111 10110 0 1001111 101010 1001100 1000001 100011

Color Harmonies of #74941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74941F

Black with #74941F

Text Example


Text Example

White with #74941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74941F; }

 p { color: rgb(116,148,31); }

 H1.HeaderClassName
 {
   color: #74941F;
 }
 .AnyTagClassName
 {
   color: #74941F;
 }
</style>

background-color css

<style>
 a { background-color: #74941F; }

 a { background-color: rgb(116,148,31); }

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

border-color css

<style>
 span { border-color: #74941F; }

 span { border-color: rgb(116,148,31); }

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