Html Css Color HEX #726A0A Olive

📋 copy color: '#726A0A'

red 114 ◦ green 106 ◦ blue 10

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

Shades of Olive #726A0A

Tints of Olive #726A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.09%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 49.57%
G = 46.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#726A0A (or 0x726A0A) is known color: Olive. HEX triplet: 72, 6A and 0A. RGB value is (114,106,10). Sum of RGB (Red+Green+Blue) = 114+106+10=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #726A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A0A is #8D95F5. Grayscale: #616161. Windows color (decimal): -9278966 or 682610. OLE color: 682610.

HSL color Cylindrical-coordinate representation of color #726A0A: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #726A0A is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 10 -
CMYK 0 0.07 0.91 0.55
HSL 55.38º 0.84% 0.24% -
HSV(B) 55.38º 0.91% 0.45% -
XYZ 12.15 13.91 2.33 -
YUV 97.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 114 106 10 0 0.07 0.91 0.55 55.38 0.84 0.24
Hex 72 6A A 0 7 5B 37 37 54 18
Octal 162 152 12 0 7 133 67 67 124 30
Binary 1110010 1101010 1010 0 111 1011011 110111 110111 1010100 11000

Color Harmonies of #726A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A0A

Black with #726A0A

Text Example


Text Example

White with #726A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,10); }

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

background-color css

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

 a { background-color: rgb(114,106,10); }

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

border-color css

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

 span { border-color: rgb(114,106,10); }

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