Html Css Color HEX #74891E Olive Drab

📋 copy color: '#74891E'

red 116 ◦ green 137 ◦ blue 30

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

Shades of Olive Drab #74891E

Tints of Olive Drab #74891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

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

R = 40.99%
G = 48.41%
B = 10.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#74891E (or 0x74891E) is known color: Olive Drab. HEX triplet: 74, 89 and 1E. RGB value is (116,137,30). Sum of RGB (Red+Green+Blue) = 116+137+30=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #74891E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74891E is #8B76E1. Grayscale: #767676. Windows color (decimal): -9139938 or 2001268. OLE color: 2001268.

HSL color Cylindrical-coordinate representation of color #74891E: hue angle of 71.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74891E is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 30 -
CMYK 0.15 0 0.78 0.46
HSL 71.78º 0.64% 0.33% -
HSV(B) 71.78º 0.78% 0.54% -
XYZ 16.38 21.7 4.55 -
YUV 118.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 116 137 30 0.15 0 0.78 0.46 71.78 0.64 0.33
Hex 74 89 1E F 0 4E 2E 48 40 21
Octal 164 211 36 17 0 116 56 110 100 41
Binary 1110100 10001001 11110 1111 0 1001110 101110 1001000 1000000 100001

Color Harmonies of #74891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74891E

Black with #74891E

Text Example


Text Example

White with #74891E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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