Html Css Color HEX #74891C Olive Drab

📋 copy color: '#74891C'

red 116 ◦ green 137 ◦ blue 28

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

Shades of Olive Drab #74891C

Tints of Olive Drab #74891C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 41.28%
G = 48.75%
B = 9.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#74891C (or 0x74891C) is known color: Olive Drab. HEX triplet: 74, 89 and 1C. RGB value is (116,137,28). Sum of RGB (Red+Green+Blue) = 116+137+28=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #74891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74891C is #8B76E3. Grayscale: #767676. Windows color (decimal): -9139940 or 1870196. OLE color: 1870196.

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

Color convert

RGB 116 137 28 -
CMYK 0.15 0 0.80 0.46
HSL 71.56º 0.66% 0.32% -
HSV(B) 71.56º 0.8% 0.54% -
XYZ 16.36 21.69 4.42 -
YUV 118.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 116 137 28 0.15 0 0.80 0.46 71.56 0.66 0.32
Hex 74 89 1C F 0 50 2E 48 42 20
Octal 164 211 34 17 0 120 56 110 102 40
Binary 1110100 10001001 11100 1111 0 1010000 101110 1001000 1000010 100000

Color Harmonies of #74891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74891C

Black with #74891C

Text Example


Text Example

White with #74891C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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