Html Css Color HEX #727510 Olive

📋 copy color: '#727510'

red 114 ◦ green 117 ◦ blue 16

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

Shades of Olive #727510

Tints of Olive #727510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 46.15%
G = 47.37%
B = 6.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#727510 (or 0x727510) is known color: Olive. HEX triplet: 72, 75 and 10. RGB value is (114,117,16). Sum of RGB (Red+Green+Blue) = 114+117+16=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #727510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727510 is #8D8AEF. Grayscale: #686868. Windows color (decimal): -9276144 or 1078642. OLE color: 1078642.

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

Color convert

RGB 114 117 16 -
CMYK 0.03 0 0.86 0.54
HSL 61.78º 0.76% 0.26% -
HSV(B) 61.78º 0.86% 0.46% -
XYZ 13.39 16.34 2.94 -
YUV 104.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 114 117 16 0.03 0 0.86 0.54 61.78 0.76 0.26
Hex 72 75 10 3 0 56 36 3E 4C 1A
Octal 162 165 20 3 0 126 66 76 114 32
Binary 1110010 1110101 10000 11 0 1010110 110110 111110 1001100 11010

Color Harmonies of #727510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727510

Black with #727510

Text Example


Text Example

White with #727510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727510; }

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

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

background-color css

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

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

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

border-color css

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

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

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