Html Css Color HEX #74931E Olive Drab

📋 copy color: '#74931E'

red 116 ◦ green 147 ◦ blue 30

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

Shades of Olive Drab #74931E

Tints of Olive Drab #74931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 39.59%
G = 50.17%
B = 10.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#74931E (or 0x74931E) is known color: Olive Drab. HEX triplet: 74, 93 and 1E. RGB value is (116,147,30). Sum of RGB (Red+Green+Blue) = 116+147+30=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #74931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74931E is #8B6CE1. Grayscale: #7C7C7C. Windows color (decimal): -9137378 or 2003828. OLE color: 2003828.

HSL color Cylindrical-coordinate representation of color #74931E: hue angle of 75.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74931E is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 30 -
CMYK 0.21 0 0.80 0.42
HSL 75.9º 0.66% 0.35% -
HSV(B) 75.9º 0.8% 0.58% -
XYZ 17.87 24.67 5.05 -
YUV 124.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 116 147 30 0.21 0 0.80 0.42 75.9 0.66 0.35
Hex 74 93 1E 15 0 50 2A 4C 42 23
Octal 164 223 36 25 0 120 52 114 102 43
Binary 1110100 10010011 11110 10101 0 1010000 101010 1001100 1000010 100011

Color Harmonies of #74931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74931E

Black with #74931E

Text Example


Text Example

White with #74931E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,147,30); }

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

background-color css

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

 a { background-color: rgb(116,147,30); }

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

border-color css

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

 span { border-color: rgb(116,147,30); }

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