Html Css Color HEX #727811 Olive

📋 copy color: '#727811'

red 114 ◦ green 120 ◦ blue 17

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

Shades of Olive #727811

Tints of Olive #727811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.81%

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

R = 45.42%
G = 47.81%
B = 6.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#727811 (or 0x727811) is known color: Olive. HEX triplet: 72, 78 and 11. RGB value is (114,120,17). Sum of RGB (Red+Green+Blue) = 114+120+17=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #727811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727811 is #8D87EE. Grayscale: #6A6A6A. Windows color (decimal): -9275375 or 1144946. OLE color: 1144946.

HSL color Cylindrical-coordinate representation of color #727811: hue angle of 63.5º 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 #727811 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 17 -
CMYK 0.05 0 0.86 0.53
HSL 63.5º 0.75% 0.27% -
HSV(B) 63.5º 0.86% 0.47% -
XYZ 13.76 17.05 3.1 -
YUV 106.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 114 120 17 0.05 0 0.86 0.53 63.5 0.75 0.27
Hex 72 78 11 5 0 56 35 3F 4B 1B
Octal 162 170 21 5 0 126 65 77 113 33
Binary 1110010 1111000 10001 101 0 1010110 110101 111111 1001011 11011

Color Harmonies of #727811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727811

Black with #727811

Text Example


Text Example

White with #727811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727811; }

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

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

background-color css

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

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

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

border-color css

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

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

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