Html Css Color HEX #71722E Olivetone

📋 copy color: '#71722E'

red 113 ◦ green 114 ◦ blue 46

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

Shades of Olivetone #71722E

Tints of Olivetone #71722E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 41.39%
G = 41.76%
B = 16.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#71722E (or 0x71722E) is known color: Olivetone. HEX triplet: 71, 72 and 2E. RGB value is (113,114,46). Sum of RGB (Red+Green+Blue) = 113+114+46=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #71722E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71722E is #8E8DD1. Grayscale: #6A6A6A. Windows color (decimal): -9342418 or 3043953. OLE color: 3043953.

HSL color Cylindrical-coordinate representation of color #71722E: hue angle of 60.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71722E is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 46 -
CMYK 0.01 0 0.60 0.55
HSL 60.88º 0.43% 0.31% -
HSV(B) 60.88º 0.6% 0.45% -
XYZ 13.32 15.74 4.92 -
YUV 105.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 113 114 46 0.01 0 0.60 0.55 60.88 0.43 0.31
Hex 71 72 2E 1 0 3C 37 3D 2A 1F
Octal 161 162 56 1 0 74 67 75 52 37
Binary 1110001 1110010 101110 1 0 111100 110111 111101 101010 11111

Color Harmonies of #71722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71722E

Black with #71722E

Text Example


Text Example

White with #71722E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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