Html Css Color HEX #727003 Olive

📋 copy color: '#727003'

red 114 ◦ green 112 ◦ blue 3

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

Shades of Olive #727003

Tints of Olive #727003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 49.78%
G = 48.91%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#727003 (or 0x727003) is known color: Olive. HEX triplet: 72, 70 and 03. RGB value is (114,112,3). Sum of RGB (Red+Green+Blue) = 114+112+3=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #727003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727003 is #8D8FFC. Grayscale: #646464. Windows color (decimal): -9277437 or 225394. OLE color: 225394.

HSL color Cylindrical-coordinate representation of color #727003: hue angle of 58.92º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #727003 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 3 -
CMYK 0 0.02 0.97 0.55
HSL 58.92º 0.95% 0.23% -
HSV(B) 58.92º 0.97% 0.45% -
XYZ 12.75 15.17 2.34 -
YUV 100.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 114 112 3 0 0.02 0.97 0.55 58.92 0.95 0.23
Hex 72 70 3 0 2 61 37 3B 5F 17
Octal 162 160 3 0 2 141 67 73 137 27
Binary 1110010 1110000 11 0 10 1100001 110111 111011 1011111 10111

Color Harmonies of #727003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727003

Black with #727003

Text Example


Text Example

White with #727003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727003; }

 p { color: rgb(114,112,3); }

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

background-color css

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

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

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

border-color css

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

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

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