Html Css Color HEX #728535 Olive Drab

📋 copy color: '#728535'

red 114 ◦ green 133 ◦ blue 53

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

Shades of Olive Drab #728535

Tints of Olive Drab #728535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 38%
G = 44.33%
B = 17.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#728535 (or 0x728535) is known color: Olive Drab. HEX triplet: 72, 85 and 35. RGB value is (114,133,53). Sum of RGB (Red+Green+Blue) = 114+133+53=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #728535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728535 is #8D7ACA. Grayscale: #767676. Windows color (decimal): -9272011 or 3507570. OLE color: 3507570.

HSL color Cylindrical-coordinate representation of color #728535: hue angle of 74.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #728535 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 53 -
CMYK 0.14 0 0.60 0.48
HSL 74.25º 0.43% 0.36% -
HSV(B) 74.25º 0.6% 0.52% -
XYZ 15.97 20.61 6.5 -
YUV 118.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 114 133 53 0.14 0 0.60 0.48 74.25 0.43 0.36
Hex 72 85 35 E 0 3C 30 4A 2B 24
Octal 162 205 65 16 0 74 60 112 53 44
Binary 1110010 10000101 110101 1110 0 111100 110000 1001010 101011 100100

Color Harmonies of #728535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728535

Black with #728535

Text Example


Text Example

White with #728535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728535; }

 p { color: rgb(114,133,53); }

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

background-color css

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

 a { background-color: rgb(114,133,53); }

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

border-color css

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

 span { border-color: rgb(114,133,53); }

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