Html Css Color HEX #726C2A Olivetone

📋 copy color: '#726C2A'

red 114 ◦ green 108 ◦ blue 42

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

Shades of Olivetone #726C2A

Tints of Olivetone #726C2A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 43.18%
G = 40.91%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#726C2A (or 0x726C2A) is known color: Olivetone. HEX triplet: 72, 6C and 2A. RGB value is (114,108,42). Sum of RGB (Red+Green+Blue) = 114+108+42=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #726C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C2A is #8D93D5. Grayscale: #666666. Windows color (decimal): -9278422 or 2780274. OLE color: 2780274.

HSL color Cylindrical-coordinate representation of color #726C2A: hue angle of 55º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #726C2A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 42 -
CMYK 0 0.05 0.63 0.55
HSL 55º 0.46% 0.31% -
HSV(B) 55º 0.63% 0.45% -
XYZ 12.72 14.47 4.31 -
YUV 102.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 114 108 42 0 0.05 0.63 0.55 55 0.46 0.31
Hex 72 6C 2A 0 5 3F 37 37 2E 1F
Octal 162 154 52 0 5 77 67 67 56 37
Binary 1110010 1101100 101010 0 101 111111 110111 110111 101110 11111

Color Harmonies of #726C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C2A

Black with #726C2A

Text Example


Text Example

White with #726C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C2A; }

 p { color: rgb(114,108,42); }

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

background-color css

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

 a { background-color: rgb(114,108,42); }

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

border-color css

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

 span { border-color: rgb(114,108,42); }

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