Html Css Color HEX #728726 Olive Drab

📋 copy color: '#728726'

red 114 ◦ green 135 ◦ blue 38

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

Shades of Olive Drab #728726

Tints of Olive Drab #728726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 39.72%
G = 47.04%
B = 13.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#728726 (or 0x728726) is known color: Olive Drab. HEX triplet: 72, 87 and 26. RGB value is (114,135,38). Sum of RGB (Red+Green+Blue) = 114+135+38=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #728726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728726 is #8D78D9. Grayscale: #767676. Windows color (decimal): -9271514 or 2525042. OLE color: 2525042.

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

Color convert

RGB 114 135 38 -
CMYK 0.16 0 0.72 0.47
HSL 72.99º 0.56% 0.34% -
HSV(B) 72.99º 0.72% 0.53% -
XYZ 15.95 21.05 5.06 -
YUV 117.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 114 135 38 0.16 0 0.72 0.47 72.99 0.56 0.34
Hex 72 87 26 10 0 48 2F 49 38 22
Octal 162 207 46 20 0 110 57 111 70 42
Binary 1110010 10000111 100110 10000 0 1001000 101111 1001001 111000 100010

Color Harmonies of #728726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728726

Black with #728726

Text Example


Text Example

White with #728726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728726; }

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

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

background-color css

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

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

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

border-color css

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

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

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