Html Css Color HEX #74892D Olive Drab

📋 copy color: '#74892D'

red 116 ◦ green 137 ◦ blue 45

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

Shades of Olive Drab #74892D

Tints of Olive Drab #74892D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 38.93%
G = 45.97%
B = 15.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#74892D (or 0x74892D) is known color: Olive Drab. HEX triplet: 74, 89 and 2D. RGB value is (116,137,45). Sum of RGB (Red+Green+Blue) = 116+137+45=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #74892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74892D is #8B76D2. Grayscale: #787878. Windows color (decimal): -9139923 or 2984308. OLE color: 2984308.

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

Color convert

RGB 116 137 45 -
CMYK 0.15 0 0.67 0.46
HSL 73.7º 0.51% 0.36% -
HSV(B) 73.7º 0.67% 0.54% -
XYZ 16.62 21.79 5.81 -
YUV 120.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 116 137 45 0.15 0 0.67 0.46 73.7 0.51 0.36
Hex 74 89 2D F 0 43 2E 4A 33 24
Octal 164 211 55 17 0 103 56 112 63 44
Binary 1110100 10001001 101101 1111 0 1000011 101110 1001010 110011 100100

Color Harmonies of #74892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74892D

Black with #74892D

Text Example


Text Example

White with #74892D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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