Html Css Color HEX #728D09 Olive

📋 copy color: '#728D09'

red 114 ◦ green 141 ◦ blue 9

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

Shades of Olive #728D09

Tints of Olive #728D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 43.18%
G = 53.41%
B = 3.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#728D09 (or 0x728D09) is known color: Olive. HEX triplet: 72, 8D and 09. RGB value is (114,141,9). Sum of RGB (Red+Green+Blue) = 114+141+9=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #728D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728D09 is #8D72F6. Grayscale: #767676. Windows color (decimal): -9270007 or 626034. OLE color: 626034.

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

Color convert

RGB 114 141 9 -
CMYK 0.19 0 0.94 0.45
HSL 72.27º 0.88% 0.29% -
HSV(B) 72.27º 0.94% 0.55% -
XYZ 16.51 22.65 3.76 -
YUV 117.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 114 141 9 0.19 0 0.94 0.45 72.27 0.88 0.29
Hex 72 8D 9 13 0 5E 2D 48 58 1D
Octal 162 215 11 23 0 136 55 110 130 35
Binary 1110010 10001101 1001 10011 0 1011110 101101 1001000 1011000 11101

Color Harmonies of #728D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D09

Black with #728D09

Text Example


Text Example

White with #728D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,9); }

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

background-color css

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

 a { background-color: rgb(114,141,9); }

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

border-color css

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

 span { border-color: rgb(114,141,9); }

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