Html Css Color HEX #71701E Olivetone

📋 copy color: '#71701E'

red 113 ◦ green 112 ◦ blue 30

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

Shades of Olivetone #71701E

Tints of Olivetone #71701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 44.31%
G = 43.92%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71701E (or 0x71701E) is known color: Olivetone. HEX triplet: 71, 70 and 1E. RGB value is (113,112,30). Sum of RGB (Red+Green+Blue) = 113+112+30=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71701E is #8E8FE1. Grayscale: #676767. Windows color (decimal): -9342946 or 1994865. OLE color: 1994865.

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

Color convert

RGB 113 112 30 -
CMYK 0 0.01 0.73 0.56
HSL 59.28º 0.58% 0.28% -
HSV(B) 59.28º 0.73% 0.44% -
XYZ 12.84 15.19 3.48 -
YUV 102.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 113 112 30 0 0.01 0.73 0.56 59.28 0.58 0.28
Hex 71 70 1E 0 1 49 38 3B 3A 1C
Octal 161 160 36 0 1 111 70 73 72 34
Binary 1110001 1110000 11110 0 1 1001001 111000 111011 111010 11100

Color Harmonies of #71701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71701E

Black with #71701E

Text Example


Text Example

White with #71701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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