Html Css Color HEX #727001 Olive

📋 copy color: '#727001'

red 114 ◦ green 112 ◦ blue 1

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

Shades of Olive #727001

Tints of Olive #727001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

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

R = 50.22%
G = 49.34%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#727001 (or 0x727001) is known color: Olive. HEX triplet: 72, 70 and 01. RGB value is (114,112,1). Sum of RGB (Red+Green+Blue) = 114+112+1=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #727001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727001 is #8D8FFE. Grayscale: #646464. Windows color (decimal): -9277439 or 94322. OLE color: 94322.

HSL color Cylindrical-coordinate representation of color #727001: hue angle of 58.94º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #727001 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 1 -
CMYK 0 0.02 0.99 0.55
HSL 58.94º 0.98% 0.23% -
HSV(B) 58.94º 0.99% 0.45% -
XYZ 12.74 15.17 2.29 -
YUV 99.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 114 112 1 0 0.02 0.99 0.55 58.94 0.98 0.23
Hex 72 70 1 0 2 63 37 3B 62 17
Octal 162 160 1 0 2 143 67 73 142 27
Binary 1110010 1110000 1 0 10 1100011 110111 111011 1100010 10111

Color Harmonies of #727001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727001

Black with #727001

Text Example


Text Example

White with #727001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727001; }

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

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

background-color css

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

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

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

border-color css

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

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

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