Html Css Color HEX #728816 Olive Drab

📋 copy color: '#728816'

red 114 ◦ green 136 ◦ blue 22

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

Shades of Olive Drab #728816

Tints of Olive Drab #728816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 41.91%
G = 50%
B = 8.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#728816 (or 0x728816) is known color: Olive Drab. HEX triplet: 72, 88 and 16. RGB value is (114,136,22). Sum of RGB (Red+Green+Blue) = 114+136+22=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #728816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728816 is #8D77E9. Grayscale: #747474. Windows color (decimal): -9271274 or 1476722. OLE color: 1476722.

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

Color convert

RGB 114 136 22 -
CMYK 0.16 0 0.84 0.47
HSL 71.58º 0.72% 0.31% -
HSV(B) 71.58º 0.84% 0.53% -
XYZ 15.89 21.24 4.02 -
YUV 116.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 114 136 22 0.16 0 0.84 0.47 71.58 0.72 0.31
Hex 72 88 16 10 0 54 2F 48 48 1F
Octal 162 210 26 20 0 124 57 110 110 37
Binary 1110010 10001000 10110 10000 0 1010100 101111 1001000 1001000 11111

Color Harmonies of #728816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728816

Black with #728816

Text Example


Text Example

White with #728816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728816; }

 p { color: rgb(114,136,22); }

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

background-color css

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

 a { background-color: rgb(114,136,22); }

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

border-color css

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

 span { border-color: rgb(114,136,22); }

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