Html Css Color HEX #726C0C Olive

📋 copy color: '#726C0C'

red 114 ◦ green 108 ◦ blue 12

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

Shades of Olive #726C0C

Tints of Olive #726C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 48.72%
G = 46.15%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#726C0C (or 0x726C0C) is known color: Olive. HEX triplet: 72, 6C and 0C. RGB value is (114,108,12). Sum of RGB (Red+Green+Blue) = 114+108+12=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #726C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C0C is #8D93F3. Grayscale: #636363. Windows color (decimal): -9278452 or 814194. OLE color: 814194.

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

Color convert

RGB 114 108 12 -
CMYK 0 0.05 0.89 0.55
HSL 56.47º 0.81% 0.25% -
HSV(B) 56.47º 0.89% 0.45% -
XYZ 12.37 14.33 2.46 -
YUV 98.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 114 108 12 0 0.05 0.89 0.55 56.47 0.81 0.25
Hex 72 6C C 0 5 59 37 38 51 19
Octal 162 154 14 0 5 131 67 70 121 31
Binary 1110010 1101100 1100 0 101 1011001 110111 111000 1010001 11001

Color Harmonies of #726C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C0C

Black with #726C0C

Text Example


Text Example

White with #726C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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