Html Css Color HEX #748932 Olive Drab

📋 copy color: '#748932'

red 116 ◦ green 137 ◦ blue 50

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

Shades of Olive Drab #748932

Tints of Olive Drab #748932

RGB

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

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

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

R = 38.28%
G = 45.21%
B = 16.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#748932 (or 0x748932) is known color: Olive Drab. HEX triplet: 74, 89 and 32. RGB value is (116,137,50). Sum of RGB (Red+Green+Blue) = 116+137+50=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #748932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748932 is #8B76CD. Grayscale: #797979. Windows color (decimal): -9139918 or 3311988. OLE color: 3311988.

HSL color Cylindrical-coordinate representation of color #748932: hue angle of 74.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #748932 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 50 -
CMYK 0.15 0 0.64 0.46
HSL 74.48º 0.47% 0.37% -
HSV(B) 74.48º 0.64% 0.54% -
XYZ 16.72 21.83 6.35 -
YUV 120.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 116 137 50 0.15 0 0.64 0.46 74.48 0.47 0.37
Hex 74 89 32 F 0 40 2E 4A 2F 25
Octal 164 211 62 17 0 100 56 112 57 45
Binary 1110100 10001001 110010 1111 0 1000000 101110 1001010 101111 100101

Color Harmonies of #748932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748932

Black with #748932

Text Example


Text Example

White with #748932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748932; }

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

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

background-color css

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

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

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

border-color css

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

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

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