Html Css Color HEX #727409 Olive

📋 copy color: '#727409'

red 114 ◦ green 116 ◦ blue 9

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

Shades of Olive #727409

Tints of Olive #727409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 47.7%
G = 48.54%
B = 3.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#727409 (or 0x727409) is known color: Olive. HEX triplet: 72, 74 and 09. RGB value is (114,116,9). Sum of RGB (Red+Green+Blue) = 114+116+9=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #727409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727409 is #8D8BF6. Grayscale: #676767. Windows color (decimal): -9276407 or 619634. OLE color: 619634.

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

Color convert

RGB 114 116 9 -
CMYK 0.02 0 0.92 0.55
HSL 61.12º 0.86% 0.25% -
HSV(B) 61.12º 0.92% 0.45% -
XYZ 13.23 16.09 2.67 -
YUV 103.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 114 116 9 0.02 0 0.92 0.55 61.12 0.86 0.25
Hex 72 74 9 2 0 5C 37 3D 56 19
Octal 162 164 11 2 0 134 67 75 126 31
Binary 1110010 1110100 1001 10 0 1011100 110111 111101 1010110 11001

Color Harmonies of #727409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727409

Black with #727409

Text Example


Text Example

White with #727409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727409; }

 p { color: rgb(114,116,9); }

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

background-color css

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

 a { background-color: rgb(114,116,9); }

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

border-color css

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

 span { border-color: rgb(114,116,9); }

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