Html Css Color HEX #728629 Olive Drab

📋 copy color: '#728629'

red 114 ◦ green 134 ◦ blue 41

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

Shades of Olive Drab #728629

Tints of Olive Drab #728629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.37%

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 39.45%
G = 46.37%
B = 14.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#728629 (or 0x728629) is known color: Olive Drab. HEX triplet: 72, 86 and 29. RGB value is (114,134,41). Sum of RGB (Red+Green+Blue) = 114+134+41=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #728629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728629 is #8D79D6. Grayscale: #757575. Windows color (decimal): -9271767 or 2721394. OLE color: 2721394.

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

Color convert

RGB 114 134 41 -
CMYK 0.15 0 0.69 0.47
HSL 72.9º 0.53% 0.34% -
HSV(B) 72.9º 0.69% 0.53% -
XYZ 15.86 20.79 5.27 -
YUV 117.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 114 134 41 0.15 0 0.69 0.47 72.9 0.53 0.34
Hex 72 86 29 F 0 45 2F 49 35 22
Octal 162 206 51 17 0 105 57 111 65 42
Binary 1110010 10000110 101001 1111 0 1000101 101111 1001001 110101 100010

Color Harmonies of #728629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728629

Black with #728629

Text Example


Text Example

White with #728629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728629; }

 p { color: rgb(114,134,41); }

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

background-color css

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

 a { background-color: rgb(114,134,41); }

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

border-color css

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

 span { border-color: rgb(114,134,41); }

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