Html Css Color HEX #74901F Olive Drab

📋 copy color: '#74901F'

red 116 ◦ green 144 ◦ blue 31

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

Shades of Olive Drab #74901F

Tints of Olive Drab #74901F

RGB

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

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

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

R = 39.86%
G = 49.48%
B = 10.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#74901F (or 0x74901F) is known color: Olive Drab. HEX triplet: 74, 90 and 1F. RGB value is (116,144,31). Sum of RGB (Red+Green+Blue) = 116+144+31=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #74901F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74901F is #8B6FE0. Grayscale: #7B7B7B. Windows color (decimal): -9138145 or 2068596. OLE color: 2068596.

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

Color convert

RGB 116 144 31 -
CMYK 0.19 0 0.78 0.44
HSL 74.87º 0.65% 0.34% -
HSV(B) 74.87º 0.78% 0.56% -
XYZ 17.42 23.76 4.96 -
YUV 122.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 116 144 31 0.19 0 0.78 0.44 74.87 0.65 0.34
Hex 74 90 1F 13 0 4E 2C 4B 41 22
Octal 164 220 37 23 0 116 54 113 101 42
Binary 1110100 10010000 11111 10011 0 1001110 101100 1001011 1000001 100010

Color Harmonies of #74901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74901F

Black with #74901F

Text Example


Text Example

White with #74901F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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