Html Css Color HEX #716E1E Olivetone

📋 copy color: '#716E1E'

red 113 ◦ green 110 ◦ blue 30

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

Shades of Olivetone #716E1E

Tints of Olivetone #716E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.48%

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

R = 44.66%
G = 43.48%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#716E1E (or 0x716E1E) is known color: Olivetone. HEX triplet: 71, 6E and 1E. RGB value is (113,110,30). Sum of RGB (Red+Green+Blue) = 113+110+30=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E1E is #8E91E1. Grayscale: #666666. Windows color (decimal): -9343458 or 1994353. OLE color: 1994353.

HSL color Cylindrical-coordinate representation of color #716E1E: hue angle of 57.83º 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 #716E1E is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 30 -
CMYK 0 0.03 0.73 0.56
HSL 57.83º 0.58% 0.28% -
HSV(B) 57.83º 0.73% 0.44% -
XYZ 12.62 14.76 3.41 -
YUV 101.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 113 110 30 0 0.03 0.73 0.56 57.83 0.58 0.28
Hex 71 6E 1E 0 3 49 38 3A 3A 1C
Octal 161 156 36 0 3 111 70 72 72 34
Binary 1110001 1101110 11110 0 11 1001001 111000 111010 111010 11100

Color Harmonies of #716E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E1E

Black with #716E1E

Text Example


Text Example

White with #716E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E1E; }

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

 H1.HeaderClassName
 {
   color: #716E1E;
 }
 .AnyTagClassName
 {
   color: #716E1E;
 }
</style>

background-color css

<style>
 a { background-color: #716E1E; }

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

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

border-color css

<style>
 span { border-color: #716E1E; }

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

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