Html Css Color HEX #726500 Olive

📋 copy color: '#726500'

red 114 ◦ green 101 ◦ blue 0

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

Shades of Olive #726500

Tints of Olive #726500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.02%
G = 46.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#726500 (or 0x726500) is known color: Olive. HEX triplet: 72, 65 and 00. RGB value is (114,101,0). Sum of RGB (Red+Green+Blue) = 114+101+0=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #726500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726500 is #8D9AFF. Grayscale: #5D5D5D. Windows color (decimal): -9280256 or 25970. OLE color: 25970.

HSL color Cylindrical-coordinate representation of color #726500: hue angle of 53.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #726500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 0 -
CMYK 0 0.11 1 0.55
HSL 53.16º 1% 0.22% -
HSV(B) 53.16º 1% 0.45% -
XYZ 11.59 12.88 1.88 -
YUV 93.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 114 101 0 0 0.11 1 0.55 53.16 1 0.22
Hex 72 65 0 0 B 64 37 35 64 16
Octal 162 145 0 0 13 144 67 65 144 26
Binary 1110010 1100101 0 0 1011 1100100 110111 110101 1100100 10110

Color Harmonies of #726500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726500

Black with #726500

Text Example


Text Example

White with #726500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726500; }

 p { color: rgb(114,101,0); }

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

background-color css

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

 a { background-color: rgb(114,101,0); }

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

border-color css

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

 span { border-color: rgb(114,101,0); }

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