Html Css Color HEX #74892C Olive Drab

📋 copy color: '#74892C'

red 116 ◦ green 137 ◦ blue 44

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

Shades of Olive Drab #74892C

Tints of Olive Drab #74892C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 39.06%
G = 46.13%
B = 14.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#74892C (or 0x74892C) is known color: Olive Drab. HEX triplet: 74, 89 and 2C. RGB value is (116,137,44). Sum of RGB (Red+Green+Blue) = 116+137+44=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #74892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74892C is #8B76D3. Grayscale: #787878. Windows color (decimal): -9139924 or 2918772. OLE color: 2918772.

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

Color convert

RGB 116 137 44 -
CMYK 0.15 0 0.68 0.46
HSL 73.55º 0.51% 0.35% -
HSV(B) 73.55º 0.68% 0.54% -
XYZ 16.6 21.79 5.71 -
YUV 120.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 116 137 44 0.15 0 0.68 0.46 73.55 0.51 0.35
Hex 74 89 2C F 0 44 2E 4A 33 23
Octal 164 211 54 17 0 104 56 112 63 43
Binary 1110100 10001001 101100 1111 0 1000100 101110 1001010 110011 100011

Color Harmonies of #74892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74892C

Black with #74892C

Text Example


Text Example

White with #74892C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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