Html Css Color HEX #716B26 Olivetone

📋 copy color: '#716B26'

red 113 ◦ green 107 ◦ blue 38

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

Shades of Olivetone #716B26

Tints of Olivetone #716B26

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.47%

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

R = 43.8%
G = 41.47%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716B26 (or 0x716B26) is known color: Olivetone. HEX triplet: 71, 6B and 26. RGB value is (113,107,38). Sum of RGB (Red+Green+Blue) = 113+107+38=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B26 is #8E94D9. Grayscale: #656565. Windows color (decimal): -9344218 or 2517873. OLE color: 2517873.

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

Color convert

RGB 113 107 38 -
CMYK 0 0.05 0.66 0.56
HSL 55.2º 0.5% 0.3% -
HSV(B) 55.2º 0.66% 0.44% -
XYZ 12.42 14.17 3.91 -
YUV 100.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 113 107 38 0 0.05 0.66 0.56 55.2 0.5 0.3
Hex 71 6B 26 0 5 42 38 37 32 1E
Octal 161 153 46 0 5 102 70 67 62 36
Binary 1110001 1101011 100110 0 101 1000010 111000 110111 110010 11110

Color Harmonies of #716B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B26

Black with #716B26

Text Example


Text Example

White with #716B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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