Html Css Color HEX #727911 Olive

📋 copy color: '#727911'

red 114 ◦ green 121 ◦ blue 17

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

Shades of Olive #727911

Tints of Olive #727911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 45.24%
G = 48.02%
B = 6.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#727911 (or 0x727911) is known color: Olive. HEX triplet: 72, 79 and 11. RGB value is (114,121,17). Sum of RGB (Red+Green+Blue) = 114+121+17=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #727911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727911 is #8D86EE. Grayscale: #6B6B6B. Windows color (decimal): -9275119 or 1145202. OLE color: 1145202.

HSL color Cylindrical-coordinate representation of color #727911: hue angle of 64.04º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #727911 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 17 -
CMYK 0.06 0 0.86 0.53
HSL 64.04º 0.75% 0.27% -
HSV(B) 64.04º 0.86% 0.47% -
XYZ 13.88 17.29 3.14 -
YUV 107.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 114 121 17 0.06 0 0.86 0.53 64.04 0.75 0.27
Hex 72 79 11 6 0 56 35 40 4B 1B
Octal 162 171 21 6 0 126 65 100 113 33
Binary 1110010 1111001 10001 110 0 1010110 110101 1000000 1001011 11011

Color Harmonies of #727911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727911

Black with #727911

Text Example


Text Example

White with #727911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727911; }

 p { color: rgb(114,121,17); }

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

background-color css

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

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

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

border-color css

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

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

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