Html Css Color HEX #728C12 Olive Drab

📋 copy color: '#728C12'

red 114 ◦ green 140 ◦ blue 18

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

Shades of Olive Drab #728C12

Tints of Olive Drab #728C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.47%

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 41.91%
G = 51.47%
B = 6.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#728C12 (or 0x728C12) is known color: Olive Drab. HEX triplet: 72, 8C and 12. RGB value is (114,140,18). Sum of RGB (Red+Green+Blue) = 114+140+18=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #728C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728C12 is #8D73ED. Grayscale: #767676. Windows color (decimal): -9270254 or 1215602. OLE color: 1215602.

HSL color Cylindrical-coordinate representation of color #728C12: hue angle of 72.79º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #728C12 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 140 18 -
CMYK 0.19 0 0.87 0.45
HSL 72.79º 0.77% 0.31% -
HSV(B) 72.79º 0.87% 0.55% -
XYZ 16.43 22.38 4.03 -
YUV 118.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 114 140 18 0.19 0 0.87 0.45 72.79 0.77 0.31
Hex 72 8C 12 13 0 57 2D 49 4D 1F
Octal 162 214 22 23 0 127 55 111 115 37
Binary 1110010 10001100 10010 10011 0 1010111 101101 1001001 1001101 11111

Color Harmonies of #728C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C12

Black with #728C12

Text Example


Text Example

White with #728C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728C12; }

 p { color: rgb(114,140,18); }

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

background-color css

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

 a { background-color: rgb(114,140,18); }

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

border-color css

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

 span { border-color: rgb(114,140,18); }

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