Html Css Color HEX #727901 Olive

📋 copy color: '#727901'

red 114 ◦ green 121 ◦ blue 1

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

Shades of Olive #727901

Tints of Olive #727901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.27%

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

R = 48.31%
G = 51.27%
B = 0.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#727901 (or 0x727901) is known color: Olive. HEX triplet: 72, 79 and 01. RGB value is (114,121,1). Sum of RGB (Red+Green+Blue) = 114+121+1=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #727901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727901 is #8D86FE. Grayscale: #696969. Windows color (decimal): -9275135 or 96626. OLE color: 96626.

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

Color convert

RGB 114 121 1 -
CMYK 0.06 0 0.99 0.53
HSL 63.5º 0.98% 0.24% -
HSV(B) 63.5º 0.99% 0.47% -
XYZ 13.78 17.25 2.63 -
YUV 105.23 69.18 134.26 -
System Red Green Blue C M Y K H S L
Decimal 114 121 1 0.06 0 0.99 0.53 63.5 0.98 0.24
Hex 72 79 1 6 0 63 35 40 62 18
Octal 162 171 1 6 0 143 65 100 142 30
Binary 1110010 1111001 1 110 0 1100011 110101 1000000 1100010 11000

Color Harmonies of #727901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727901

Black with #727901

Text Example


Text Example

White with #727901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727901; }

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

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

background-color css

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

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

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

border-color css

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

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

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