Html Css Color HEX #748D31 Olive Drab

📋 copy color: '#748D31'

red 116 ◦ green 141 ◦ blue 49

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

Shades of Olive Drab #748D31

Tints of Olive Drab #748D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.08%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 37.91%
G = 46.08%
B = 16.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#748D31 (or 0x748D31) is known color: Olive Drab. HEX triplet: 74, 8D and 31. RGB value is (116,141,49). Sum of RGB (Red+Green+Blue) = 116+141+49=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #748D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D31 is #8B72CE. Grayscale: #7B7B7B. Windows color (decimal): -9138895 or 3247476. OLE color: 3247476.

HSL color Cylindrical-coordinate representation of color #748D31: hue angle of 76.3º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #748D31 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 49 -
CMYK 0.18 0 0.65 0.45
HSL 76.3º 0.48% 0.37% -
HSV(B) 76.3º 0.65% 0.55% -
XYZ 17.28 22.98 6.43 -
YUV 123.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 116 141 49 0.18 0 0.65 0.45 76.3 0.48 0.37
Hex 74 8D 31 12 0 41 2D 4C 30 25
Octal 164 215 61 22 0 101 55 114 60 45
Binary 1110100 10001101 110001 10010 0 1000001 101101 1001100 110000 100101

Color Harmonies of #748D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D31

Black with #748D31

Text Example


Text Example

White with #748D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748D31; }

 p { color: rgb(116,141,49); }

 H1.HeaderClassName
 {
   color: #748D31;
 }
 .AnyTagClassName
 {
   color: #748D31;
 }
</style>

background-color css

<style>
 a { background-color: #748D31; }

 a { background-color: rgb(116,141,49); }

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

border-color css

<style>
 span { border-color: #748D31; }

 span { border-color: rgb(116,141,49); }

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