Html Css Color HEX #728900 Olive

📋 copy color: '#728900'

red 114 ◦ green 137 ◦ blue 0

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

Shades of Olive #728900

Tints of Olive #728900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.42%
G = 54.58%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#728900 (or 0x728900) is known color: Olive. HEX triplet: 72, 89 and 00. RGB value is (114,137,0). Sum of RGB (Red+Green+Blue) = 114+137+0=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #728900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728900 is #8D76FF. Grayscale: #737373. Windows color (decimal): -9271040 or 35186. OLE color: 35186.

HSL color Cylindrical-coordinate representation of color #728900: hue angle of 70.07º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #728900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 0 -
CMYK 0.17 0 1 0.46
HSL 70.07º 1% 0.27% -
HSV(B) 70.07º 1% 0.54% -
XYZ 15.89 21.47 3.31 -
YUV 114.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 114 137 0 0.17 0 1 0.46 70.07 1 0.27
Hex 72 89 0 11 0 64 2E 46 64 1B
Octal 162 211 0 21 0 144 56 106 144 33
Binary 1110010 10001001 0 10001 0 1100100 101110 1000110 1100100 11011

Color Harmonies of #728900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728900

Black with #728900

Text Example


Text Example

White with #728900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728900; }

 p { color: rgb(114,137,0); }

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

background-color css

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

 a { background-color: rgb(114,137,0); }

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

border-color css

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

 span { border-color: rgb(114,137,0); }

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