Html Css Color HEX #74901E Olive Drab

📋 copy color: '#74901E'

red 116 ◦ green 144 ◦ blue 30

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

Shades of Olive Drab #74901E

Tints of Olive Drab #74901E

RGB

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

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

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

R = 40%
G = 49.66%
B = 10.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#74901E (or 0x74901E) is known color: Olive Drab. HEX triplet: 74, 90 and 1E. RGB value is (116,144,30). Sum of RGB (Red+Green+Blue) = 116+144+30=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #74901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74901E is #8B6FE1. Grayscale: #7B7B7B. Windows color (decimal): -9138146 or 2003060. OLE color: 2003060.

HSL color Cylindrical-coordinate representation of color #74901E: hue angle of 74.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74901E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 30 -
CMYK 0.19 0 0.79 0.44
HSL 74.74º 0.66% 0.34% -
HSV(B) 74.74º 0.79% 0.56% -
XYZ 17.41 23.75 4.9 -
YUV 122.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 116 144 30 0.19 0 0.79 0.44 74.74 0.66 0.34
Hex 74 90 1E 13 0 4F 2C 4B 42 22
Octal 164 220 36 23 0 117 54 113 102 42
Binary 1110100 10010000 11110 10011 0 1001111 101100 1001011 1000010 100010

Color Harmonies of #74901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74901E

Black with #74901E

Text Example


Text Example

White with #74901E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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