Html Css Color HEX #74891A Olive Drab

📋 copy color: '#74891A'

red 116 ◦ green 137 ◦ blue 26

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

Shades of Olive Drab #74891A

Tints of Olive Drab #74891A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 41.58%
G = 49.1%
B = 9.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#74891A (or 0x74891A) is known color: Olive Drab. HEX triplet: 74, 89 and 1A. RGB value is (116,137,26). Sum of RGB (Red+Green+Blue) = 116+137+26=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #74891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74891A is #8B76E5. Grayscale: #767676. Windows color (decimal): -9139942 or 1739124. OLE color: 1739124.

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

Color convert

RGB 116 137 26 -
CMYK 0.15 0 0.81 0.46
HSL 71.35º 0.68% 0.32% -
HSV(B) 71.35º 0.81% 0.54% -
XYZ 16.33 21.68 4.3 -
YUV 118.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 116 137 26 0.15 0 0.81 0.46 71.35 0.68 0.32
Hex 74 89 1A F 0 51 2E 47 44 20
Octal 164 211 32 17 0 121 56 107 104 40
Binary 1110100 10001001 11010 1111 0 1010001 101110 1000111 1000100 100000

Color Harmonies of #74891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74891A

Black with #74891A

Text Example


Text Example

White with #74891A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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