Html Css Color HEX #727200 Olive

📋 copy color: '#727200'

red 114 ◦ green 114 ◦ blue 0

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

Shades of Olive #727200

Tints of Olive #727200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#727200 (or 0x727200) is known color: Olive. HEX triplet: 72, 72 and 00. RGB value is (114,114,0). Sum of RGB (Red+Green+Blue) = 114+114+0=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727200 is #8D8DFF. Grayscale: #656565. Windows color (decimal): -9276928 or 29298. OLE color: 29298.

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

Color convert

RGB 114 114 0 -
CMYK 0 0 1 0.55
HSL 60º 1% 0.22% -
HSV(B) 60º 1% 0.45% -
XYZ 12.96 15.61 2.33 -
YUV 101 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 114 114 0 0 0 1 0.55 60 1 0.22
Hex 72 72 0 0 0 64 37 3C 64 16
Octal 162 162 0 0 0 144 67 74 144 26
Binary 1110010 1110010 0 0 0 1100100 110111 111100 1100100 10110

Color Harmonies of #727200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727200

Black with #727200

Text Example


Text Example

White with #727200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727200; }

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

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

background-color css

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

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

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

border-color css

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

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

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