Html Css Color HEX #748D21 Olive Drab

📋 copy color: '#748D21'

red 116 ◦ green 141 ◦ blue 33

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

Shades of Olive Drab #748D21

Tints of Olive Drab #748D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 40%
G = 48.62%
B = 11.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#748D21 (or 0x748D21) is known color: Olive Drab. HEX triplet: 74, 8D and 21. RGB value is (116,141,33). Sum of RGB (Red+Green+Blue) = 116+141+33=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #748D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D21 is #8B72DE. Grayscale: #797979. Windows color (decimal): -9138911 or 2198900. OLE color: 2198900.

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

Color convert

RGB 116 141 33 -
CMYK 0.18 0 0.77 0.45
HSL 73.89º 0.62% 0.34% -
HSV(B) 73.89º 0.77% 0.55% -
XYZ 17 22.87 4.96 -
YUV 121.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 116 141 33 0.18 0 0.77 0.45 73.89 0.62 0.34
Hex 74 8D 21 12 0 4D 2D 4A 3E 22
Octal 164 215 41 22 0 115 55 112 76 42
Binary 1110100 10001101 100001 10010 0 1001101 101101 1001010 111110 100010

Color Harmonies of #748D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D21

Black with #748D21

Text Example


Text Example

White with #748D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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