Html Css Color HEX #728000 Olive

📋 copy color: '#728000'

red 114 ◦ green 128 ◦ blue 0

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

Shades of Olive #728000

Tints of Olive #728000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.89%

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

R = 47.11%
G = 52.89%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#728000 (or 0x728000) is known color: Olive. HEX triplet: 72, 80 and 00. RGB value is (114,128,0). Sum of RGB (Red+Green+Blue) = 114+128+0=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #728000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728000 is #8D7FFF. Grayscale: #6D6D6D. Windows color (decimal): -9273344 or 32882. OLE color: 32882.

HSL color Cylindrical-coordinate representation of color #728000: hue angle of 66.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #728000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 0 -
CMYK 0.11 0 1 0.50
HSL 66.56º 1% 0.25% -
HSV(B) 66.56º 1% 0.5% -
XYZ 14.66 19.02 2.9 -
YUV 109.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 114 128 0 0.11 0 1 0.50 66.56 1 0.25
Hex 72 80 0 B 0 64 32 43 64 19
Octal 162 200 0 13 0 144 62 103 144 31
Binary 1110010 10000000 0 1011 0 1100100 110010 1000011 1100100 11001

Color Harmonies of #728000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728000

Black with #728000

Text Example


Text Example

White with #728000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728000; }

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

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

background-color css

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

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

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

border-color css

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

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

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