Html Css Color HEX #728800 Olive

📋 copy color: '#728800'

red 114 ◦ green 136 ◦ blue 0

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

Shades of Olive #728800

Tints of Olive #728800

RGB

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

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

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

R = 45.6%
G = 54.4%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#728800 (or 0x728800) is known color: Olive. HEX triplet: 72, 88 and 00. RGB value is (114,136,0). Sum of RGB (Red+Green+Blue) = 114+136+0=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #728800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728800 is #8D77FF. Grayscale: #727272. Windows color (decimal): -9271296 or 34930. OLE color: 34930.

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

Color convert

RGB 114 136 0 -
CMYK 0.16 0 1 0.47
HSL 69.71º 1% 0.27% -
HSV(B) 69.71º 1% 0.53% -
XYZ 15.74 21.19 3.26 -
YUV 113.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 114 136 0 0.16 0 1 0.47 69.71 1 0.27
Hex 72 88 0 10 0 64 2F 46 64 1B
Octal 162 210 0 20 0 144 57 106 144 33
Binary 1110010 10001000 0 10000 0 1100100 101111 1000110 1100100 11011

Color Harmonies of #728800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728800

Black with #728800

Text Example


Text Example

White with #728800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728800; }

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

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

background-color css

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

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

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

border-color css

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

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

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