Html Css Color HEX #716B15 Olivetone

📋 copy color: '#716B15'

red 113 ◦ green 107 ◦ blue 21

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

Shades of Olivetone #716B15

Tints of Olivetone #716B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 46.89%
G = 44.4%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716B15 (or 0x716B15) is known color: Olivetone. HEX triplet: 71, 6B and 15. RGB value is (113,107,21). Sum of RGB (Red+Green+Blue) = 113+107+21=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #716B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B15 is #8E94EA. Grayscale: #636363. Windows color (decimal): -9344235 or 1403761. OLE color: 1403761.

HSL color Cylindrical-coordinate representation of color #716B15: hue angle of 56.09º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #716B15 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 21 -
CMYK 0 0.05 0.81 0.56
HSL 56.09º 0.69% 0.26% -
HSV(B) 56.09º 0.81% 0.44% -
XYZ 12.2 14.08 2.78 -
YUV 98.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 113 107 21 0 0.05 0.81 0.56 56.09 0.69 0.26
Hex 71 6B 15 0 5 51 38 38 45 1A
Octal 161 153 25 0 5 121 70 70 105 32
Binary 1110001 1101011 10101 0 101 1010001 111000 111000 1000101 11010

Color Harmonies of #716B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B15

Black with #716B15

Text Example


Text Example

White with #716B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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