Html Css Color HEX #71722A Olivetone

📋 copy color: '#71722A'

red 113 ◦ green 114 ◦ blue 42

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

Shades of Olivetone #71722A

Tints of Olivetone #71722A

RGB

 RED value IS 113 (44.53% from 255) = 42.01%

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 42.01%
G = 42.38%
B = 15.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#71722A (or 0x71722A) is known color: Olivetone. HEX triplet: 71, 72 and 2A. RGB value is (113,114,42). Sum of RGB (Red+Green+Blue) = 113+114+42=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #71722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71722A is #8E8DD5. Grayscale: #696969. Windows color (decimal): -9342422 or 2781809. OLE color: 2781809.

HSL color Cylindrical-coordinate representation of color #71722A: hue angle of 60.83º 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 #71722A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 42 -
CMYK 0.01 0 0.63 0.55
HSL 60.83º 0.46% 0.31% -
HSV(B) 60.83º 0.63% 0.45% -
XYZ 13.25 15.71 4.53 -
YUV 105.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 113 114 42 0.01 0 0.63 0.55 60.83 0.46 0.31
Hex 71 72 2A 1 0 3F 37 3D 2E 1F
Octal 161 162 52 1 0 77 67 75 56 37
Binary 1110001 1110010 101010 1 0 111111 110111 111101 101110 11111

Color Harmonies of #71722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71722A

Black with #71722A

Text Example


Text Example

White with #71722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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