Html Css Color HEX #716C15 Olivetone

📋 copy color: '#716C15'

red 113 ◦ green 108 ◦ blue 21

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

Shades of Olivetone #716C15

Tints of Olivetone #716C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

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

R = 46.69%
G = 44.63%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716C15 (or 0x716C15) is known color: Olivetone. HEX triplet: 71, 6C and 15. RGB value is (113,108,21). Sum of RGB (Red+Green+Blue) = 113+108+21=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C15 is #8E93EA. Grayscale: #636363. Windows color (decimal): -9343979 or 1404017. OLE color: 1404017.

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

Color convert

RGB 113 108 21 -
CMYK 0 0.04 0.81 0.56
HSL 56.74º 0.69% 0.26% -
HSV(B) 56.74º 0.81% 0.44% -
XYZ 12.31 14.29 2.82 -
YUV 99.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 113 108 21 0 0.04 0.81 0.56 56.74 0.69 0.26
Hex 71 6C 15 0 4 51 38 39 45 1A
Octal 161 154 25 0 4 121 70 71 105 32
Binary 1110001 1101100 10101 0 100 1010001 111000 111001 1000101 11010

Color Harmonies of #716C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C15

Black with #716C15

Text Example


Text Example

White with #716C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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