Html Css Color HEX #728801 Olive

📋 copy color: '#728801'

red 114 ◦ green 136 ◦ blue 1

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

Shades of Olive #728801

Tints of Olive #728801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 45.42%
G = 54.18%
B = 0.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#728801 (or 0x728801) is known color: Olive. HEX triplet: 72, 88 and 01. RGB value is (114,136,1). Sum of RGB (Red+Green+Blue) = 114+136+1=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #728801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728801 is #8D77FE. Grayscale: #727272. Windows color (decimal): -9271295 or 100466. OLE color: 100466.

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

Color convert

RGB 114 136 1 -
CMYK 0.16 0 0.99 0.47
HSL 69.78º 0.99% 0.27% -
HSV(B) 69.78º 0.99% 0.53% -
XYZ 15.75 21.19 3.29 -
YUV 114.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 114 136 1 0.16 0 0.99 0.47 69.78 0.99 0.27
Hex 72 88 1 10 0 63 2F 46 63 1B
Octal 162 210 1 20 0 143 57 106 143 33
Binary 1110010 10001000 1 10000 0 1100011 101111 1000110 1100011 11011

Color Harmonies of #728801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728801

Black with #728801

Text Example


Text Example

White with #728801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728801; }

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

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

background-color css

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

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

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

border-color css

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

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

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