Html Css Color HEX #71701D Olivetone

📋 copy color: '#71701D'

red 113 ◦ green 112 ◦ blue 29

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

Shades of Olivetone #71701D

Tints of Olivetone #71701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 44.49%
G = 44.09%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71701D (or 0x71701D) is known color: Olivetone. HEX triplet: 71, 70 and 1D. RGB value is (113,112,29). Sum of RGB (Red+Green+Blue) = 113+112+29=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71701D is #8E8FE2. Grayscale: #676767. Windows color (decimal): -9342947 or 1929329. OLE color: 1929329.

HSL color Cylindrical-coordinate representation of color #71701D: hue angle of 59.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71701D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 29 -
CMYK 0 0.01 0.74 0.56
HSL 59.29º 0.59% 0.28% -
HSV(B) 59.29º 0.74% 0.44% -
XYZ 12.83 15.19 3.42 -
YUV 102.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 113 112 29 0 0.01 0.74 0.56 59.29 0.59 0.28
Hex 71 70 1D 0 1 4A 38 3B 3B 1C
Octal 161 160 35 0 1 112 70 73 73 34
Binary 1110001 1110000 11101 0 1 1001010 111000 111011 111011 11100

Color Harmonies of #71701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71701D

Black with #71701D

Text Example


Text Example

White with #71701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71701D; }

 p { color: rgb(113,112,29); }

 H1.HeaderClassName
 {
   color: #71701D;
 }
 .AnyTagClassName
 {
   color: #71701D;
 }
</style>

background-color css

<style>
 a { background-color: #71701D; }

 a { background-color: rgb(113,112,29); }

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

border-color css

<style>
 span { border-color: #71701D; }

 span { border-color: rgb(113,112,29); }

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