Html Css Color HEX #727406 Olive

📋 copy color: '#727406'

red 114 ◦ green 116 ◦ blue 6

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

Shades of Olive #727406

Tints of Olive #727406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 48.31%
G = 49.15%
B = 2.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#727406 (or 0x727406) is known color: Olive. HEX triplet: 72, 74 and 06. RGB value is (114,116,6). Sum of RGB (Red+Green+Blue) = 114+116+6=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #727406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727406 is #8D8BF9. Grayscale: #676767. Windows color (decimal): -9276410 or 423026. OLE color: 423026.

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

Color convert

RGB 114 116 6 -
CMYK 0.02 0 0.95 0.55
HSL 61.09º 0.9% 0.24% -
HSV(B) 61.09º 0.95% 0.45% -
XYZ 13.22 16.08 2.58 -
YUV 102.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 114 116 6 0.02 0 0.95 0.55 61.09 0.9 0.24
Hex 72 74 6 2 0 5F 37 3D 5A 18
Octal 162 164 6 2 0 137 67 75 132 30
Binary 1110010 1110100 110 10 0 1011111 110111 111101 1011010 11000

Color Harmonies of #727406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727406

Black with #727406

Text Example


Text Example

White with #727406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727406; }

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

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

background-color css

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

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

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

border-color css

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

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

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