Html Css Color HEX #728522 Olive Drab

📋 copy color: '#728522'

red 114 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #728522

Tints of Olive Drab #728522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 40.57%
G = 47.33%
B = 12.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#728522 (or 0x728522) is known color: Olive Drab. HEX triplet: 72, 85 and 22. RGB value is (114,133,34). Sum of RGB (Red+Green+Blue) = 114+133+34=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #728522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728522 is #8D7ADD. Grayscale: #747474. Windows color (decimal): -9272030 or 2262386. OLE color: 2262386.

HSL color Cylindrical-coordinate representation of color #728522: hue angle of 71.52º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #728522 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 34 -
CMYK 0.14 0 0.74 0.48
HSL 71.52º 0.59% 0.33% -
HSV(B) 71.52º 0.74% 0.52% -
XYZ 15.62 20.47 4.64 -
YUV 116.03 81.71 126.55 -
System Red Green Blue C M Y K H S L
Decimal 114 133 34 0.14 0 0.74 0.48 71.52 0.59 0.33
Hex 72 85 22 E 0 4A 30 48 3B 21
Octal 162 205 42 16 0 112 60 110 73 41
Binary 1110010 10000101 100010 1110 0 1001010 110000 1001000 111011 100001

Color Harmonies of #728522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728522

Black with #728522

Text Example


Text Example

White with #728522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728522; }

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

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

background-color css

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

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

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

border-color css

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

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

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