Html Css Color HEX #728932 Olive Drab

📋 copy color: '#728932'

red 114 ◦ green 137 ◦ blue 50

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

Shades of Olive Drab #728932

Tints of Olive Drab #728932

RGB

 RED value IS 114 (44.92% from 255) = 37.87%

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

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

R = 37.87%
G = 45.51%
B = 16.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#728932 (or 0x728932) is known color: Olive Drab. HEX triplet: 72, 89 and 32. RGB value is (114,137,50). Sum of RGB (Red+Green+Blue) = 114+137+50=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #728932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728932 is #8D76CD. Grayscale: #787878. Windows color (decimal): -9270990 or 3311986. OLE color: 3311986.

HSL color Cylindrical-coordinate representation of color #728932: hue angle of 75.86º 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 #728932 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 50 -
CMYK 0.17 0 0.64 0.46
HSL 75.86º 0.47% 0.37% -
HSV(B) 75.86º 0.64% 0.54% -
XYZ 16.46 21.7 6.34 -
YUV 120.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 114 137 50 0.17 0 0.64 0.46 75.86 0.47 0.37
Hex 72 89 32 11 0 40 2E 4C 2F 25
Octal 162 211 62 21 0 100 56 114 57 45
Binary 1110010 10001001 110010 10001 0 1000000 101110 1001100 101111 100101

Color Harmonies of #728932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728932

Black with #728932

Text Example


Text Example

White with #728932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728932; }

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

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

background-color css

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

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

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

border-color css

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

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

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