Html Css Color HEX #728731 Olive Drab

📋 copy color: '#728731'

red 114 ◦ green 135 ◦ blue 49

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

Shades of Olive Drab #728731

Tints of Olive Drab #728731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

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

R = 38.26%
G = 45.3%
B = 16.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#728731 (or 0x728731) is known color: Olive Drab. HEX triplet: 72, 87 and 31. RGB value is (114,135,49). Sum of RGB (Red+Green+Blue) = 114+135+49=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #728731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728731 is #8D78CE. Grayscale: #777777. Windows color (decimal): -9271503 or 3245938. OLE color: 3245938.

HSL color Cylindrical-coordinate representation of color #728731: hue angle of 74.65º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #728731 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 49 -
CMYK 0.16 0 0.64 0.47
HSL 74.65º 0.47% 0.36% -
HSV(B) 74.65º 0.64% 0.53% -
XYZ 16.16 21.13 6.13 -
YUV 118.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 114 135 49 0.16 0 0.64 0.47 74.65 0.47 0.36
Hex 72 87 31 10 0 40 2F 4B 2F 24
Octal 162 207 61 20 0 100 57 113 57 44
Binary 1110010 10000111 110001 10000 0 1000000 101111 1001011 101111 100100

Color Harmonies of #728731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728731

Black with #728731

Text Example


Text Example

White with #728731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728731; }

 p { color: rgb(114,135,49); }

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

background-color css

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

 a { background-color: rgb(114,135,49); }

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

border-color css

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

 span { border-color: rgb(114,135,49); }

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