Html Css Color HEX #728634 Olive Drab

📋 copy color: '#728634'

red 114 ◦ green 134 ◦ blue 52

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

Shades of Olive Drab #728634

Tints of Olive Drab #728634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 38%
G = 44.67%
B = 17.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#728634 (or 0x728634) is known color: Olive Drab. HEX triplet: 72, 86 and 34. RGB value is (114,134,52). Sum of RGB (Red+Green+Blue) = 114+134+52=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #728634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728634 is #8D79CB. Grayscale: #767676. Windows color (decimal): -9271756 or 3442290. OLE color: 3442290.

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

Color convert

RGB 114 134 52 -
CMYK 0.15 0 0.61 0.47
HSL 74.63º 0.44% 0.36% -
HSV(B) 74.63º 0.61% 0.53% -
XYZ 16.08 20.88 6.43 -
YUV 118.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 114 134 52 0.15 0 0.61 0.47 74.63 0.44 0.36
Hex 72 86 34 F 0 3D 2F 4B 2C 24
Octal 162 206 64 17 0 75 57 113 54 44
Binary 1110010 10000110 110100 1111 0 111101 101111 1001011 101100 100100

Color Harmonies of #728634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728634

Black with #728634

Text Example


Text Example

White with #728634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728634; }

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

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

background-color css

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

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

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

border-color css

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

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

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