Html Css Color HEX #716926 Olivetone

📋 copy color: '#716926'

red 113 ◦ green 105 ◦ blue 38

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

Shades of Olivetone #716926

Tints of Olivetone #716926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 44.14%
G = 41.02%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716926 (or 0x716926) is known color: Olivetone. HEX triplet: 71, 69 and 26. RGB value is (113,105,38). Sum of RGB (Red+Green+Blue) = 113+105+38=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716926 is #8E96D9. Grayscale: #646464. Windows color (decimal): -9344730 or 2517361. OLE color: 2517361.

HSL color Cylindrical-coordinate representation of color #716926: hue angle of 53.6º 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 #716926 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 38 -
CMYK 0 0.07 0.66 0.56
HSL 53.6º 0.5% 0.3% -
HSV(B) 53.6º 0.66% 0.44% -
XYZ 12.21 13.75 3.84 -
YUV 99.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 113 105 38 0 0.07 0.66 0.56 53.6 0.5 0.3
Hex 71 69 26 0 7 42 38 36 32 1E
Octal 161 151 46 0 7 102 70 66 62 36
Binary 1110001 1101001 100110 0 111 1000010 111000 110110 110010 11110

Color Harmonies of #716926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716926

Black with #716926

Text Example


Text Example

White with #716926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716926; }

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

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

background-color css

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

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

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

border-color css

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

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

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