Html Css Color HEX #727401 Olive

📋 copy color: '#727401'

red 114 ◦ green 116 ◦ blue 1

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

Shades of Olive #727401

Tints of Olive #727401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.22%

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

R = 49.35%
G = 50.22%
B = 0.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#727401 (or 0x727401) is known color: Olive. HEX triplet: 72, 74 and 01. RGB value is (114,116,1). Sum of RGB (Red+Green+Blue) = 114+116+1=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #727401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727401 is #8D8BFE. Grayscale: #666666. Windows color (decimal): -9276415 or 95346. OLE color: 95346.

HSL color Cylindrical-coordinate representation of color #727401: hue angle of 61.04º 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 #727401 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 1 -
CMYK 0.02 0 0.99 0.55
HSL 61.04º 0.98% 0.23% -
HSV(B) 61.04º 0.99% 0.45% -
XYZ 13.19 16.07 2.44 -
YUV 102.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 114 116 1 0.02 0 0.99 0.55 61.04 0.98 0.23
Hex 72 74 1 2 0 63 37 3D 62 17
Octal 162 164 1 2 0 143 67 75 142 27
Binary 1110010 1110100 1 10 0 1100011 110111 111101 1100010 10111

Color Harmonies of #727401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727401

Black with #727401

Text Example


Text Example

White with #727401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727401; }

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

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

background-color css

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

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

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

border-color css

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

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

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