Html Css Color HEX #727507 Olive

📋 copy color: '#727507'

red 114 ◦ green 117 ◦ blue 7

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

Shades of Olive #727507

Tints of Olive #727507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 47.9%
G = 49.16%
B = 2.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#727507 (or 0x727507) is known color: Olive. HEX triplet: 72, 75 and 07. RGB value is (114,117,7). Sum of RGB (Red+Green+Blue) = 114+117+7=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #727507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727507 is #8D8AF8. Grayscale: #676767. Windows color (decimal): -9276153 or 488818. OLE color: 488818.

HSL color Cylindrical-coordinate representation of color #727507: hue angle of 61.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #727507 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 7 -
CMYK 0.03 0 0.94 0.54
HSL 61.64º 0.89% 0.24% -
HSV(B) 61.64º 0.94% 0.46% -
XYZ 13.34 16.32 2.65 -
YUV 103.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 114 117 7 0.03 0 0.94 0.54 61.64 0.89 0.24
Hex 72 75 7 3 0 5E 36 3E 59 18
Octal 162 165 7 3 0 136 66 76 131 30
Binary 1110010 1110101 111 11 0 1011110 110110 111110 1011001 11000

Color Harmonies of #727507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727507

Black with #727507

Text Example


Text Example

White with #727507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727507; }

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

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

background-color css

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

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

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

border-color css

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

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

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