Html Css Color HEX #729201 Olive

📋 copy color: '#729201'

red 114 ◦ green 146 ◦ blue 1

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

Shades of Olive #729201

Tints of Olive #729201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.94%

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

R = 43.68%
G = 55.94%
B = 0.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#729201 (or 0x729201) is known color: Olive. HEX triplet: 72, 92 and 01. RGB value is (114,146,1). Sum of RGB (Red+Green+Blue) = 114+146+1=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #729201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729201 is #8D6DFE. Grayscale: #787878. Windows color (decimal): -9268735 or 103026. OLE color: 103026.

HSL color Cylindrical-coordinate representation of color #729201: hue angle of 73.24º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #729201 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 1 -
CMYK 0.22 0 0.99 0.43
HSL 73.24º 0.99% 0.29% -
HSV(B) 73.24º 0.99% 0.57% -
XYZ 17.22 24.14 3.78 -
YUV 119.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 114 146 1 0.22 0 0.99 0.43 73.24 0.99 0.29
Hex 72 92 1 16 0 63 2B 49 63 1D
Octal 162 222 1 26 0 143 53 111 143 35
Binary 1110010 10010010 1 10110 0 1100011 101011 1001001 1100011 11101

Color Harmonies of #729201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729201

Black with #729201

Text Example


Text Example

White with #729201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729201; }

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

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

background-color css

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

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

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

border-color css

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

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

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