Html Css Color HEX #727007 Olive

📋 copy color: '#727007'

red 114 ◦ green 112 ◦ blue 7

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

Shades of Olive #727007

Tints of Olive #727007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3%

R = 48.93%
G = 48.07%
B = 3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#727007 (or 0x727007) is known color: Olive. HEX triplet: 72, 70 and 07. RGB value is (114,112,7). Sum of RGB (Red+Green+Blue) = 114+112+7=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #727007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727007 is #8D8FF8. Grayscale: #656565. Windows color (decimal): -9277433 or 487538. OLE color: 487538.

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

Color convert

RGB 114 112 7 -
CMYK 0 0.02 0.94 0.55
HSL 58.88º 0.88% 0.24% -
HSV(B) 58.88º 0.94% 0.45% -
XYZ 12.77 15.18 2.46 -
YUV 100.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 114 112 7 0 0.02 0.94 0.55 58.88 0.88 0.24
Hex 72 70 7 0 2 5E 37 3B 58 18
Octal 162 160 7 0 2 136 67 73 130 30
Binary 1110010 1110000 111 0 10 1011110 110111 111011 1011000 11000

Color Harmonies of #727007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727007

Black with #727007

Text Example


Text Example

White with #727007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727007; }

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

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

background-color css

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

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

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

border-color css

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

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

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