Html Css Color HEX #748D32 Olive Drab

📋 copy color: '#748D32'

red 116 ◦ green 141 ◦ blue 50

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

Shades of Olive Drab #748D32

Tints of Olive Drab #748D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 37.79%
G = 45.93%
B = 16.29%

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

#748D32 (or 0x748D32) is known color: Olive Drab. HEX triplet: 74, 8D and 32. RGB value is (116,141,50). Sum of RGB (Red+Green+Blue) = 116+141+50=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #748D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D32 is #8B72CD. Grayscale: #7B7B7B. Windows color (decimal): -9138894 or 3313012. OLE color: 3313012.

HSL color Cylindrical-coordinate representation of color #748D32: hue angle of 76.48º 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 #748D32 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 50 -
CMYK 0.18 0 0.65 0.45
HSL 76.48º 0.48% 0.37% -
HSV(B) 76.48º 0.65% 0.55% -
XYZ 17.3 22.99 6.54 -
YUV 123.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 116 141 50 0.18 0 0.65 0.45 76.48 0.48 0.37
Hex 74 8D 32 12 0 41 2D 4C 30 25
Octal 164 215 62 22 0 101 55 114 60 45
Binary 1110100 10001101 110010 10010 0 1000001 101101 1001100 110000 100101

Color Harmonies of #748D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D32

Black with #748D32

Text Example


Text Example

White with #748D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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