Html Css Color HEX #716726 Olivetone

📋 copy color: '#716726'

red 113 ◦ green 103 ◦ blue 38

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

Shades of Olivetone #716726

Tints of Olivetone #716726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 44.49%
G = 40.55%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716726 (or 0x716726) is known color: Olivetone. HEX triplet: 71, 67 and 26. RGB value is (113,103,38). Sum of RGB (Red+Green+Blue) = 113+103+38=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #716726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716726 is #8E98D9. Grayscale: #626262. Windows color (decimal): -9345242 or 2516849. OLE color: 2516849.

HSL color Cylindrical-coordinate representation of color #716726: hue angle of 52º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #716726 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 38 -
CMYK 0 0.09 0.66 0.56
HSL 52º 0.5% 0.3% -
HSV(B) 52º 0.66% 0.44% -
XYZ 12.01 13.35 3.78 -
YUV 98.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 113 103 38 0 0.09 0.66 0.56 52 0.5 0.3
Hex 71 67 26 0 9 42 38 34 32 1E
Octal 161 147 46 0 11 102 70 64 62 36
Binary 1110001 1100111 100110 0 1001 1000010 111000 110100 110010 11110

Color Harmonies of #716726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716726

Black with #716726

Text Example


Text Example

White with #716726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716726; }

 p { color: rgb(113,103,38); }

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

background-color css

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

 a { background-color: rgb(113,103,38); }

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

border-color css

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

 span { border-color: rgb(113,103,38); }

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