Html Css Color HEX #716612 Olivetone

📋 copy color: '#716612'

red 113 ◦ green 102 ◦ blue 18

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

Shades of Olivetone #716612

Tints of Olivetone #716612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.78%

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 48.5%
G = 43.78%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#716612 (or 0x716612) is known color: Olivetone. HEX triplet: 71, 66 and 12. RGB value is (113,102,18). Sum of RGB (Red+Green+Blue) = 113+102+18=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #716612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716612 is #8E99ED. Grayscale: #606060. Windows color (decimal): -9345518 or 1205873. OLE color: 1205873.

HSL color Cylindrical-coordinate representation of color #716612: hue angle of 53.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #716612 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 18 -
CMYK 0 0.10 0.84 0.56
HSL 53.05º 0.73% 0.26% -
HSV(B) 53.05º 0.84% 0.44% -
XYZ 11.67 13.06 2.48 -
YUV 95.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 113 102 18 0 0.10 0.84 0.56 53.05 0.73 0.26
Hex 71 66 12 0 A 54 38 35 49 1A
Octal 161 146 22 0 12 124 70 65 111 32
Binary 1110001 1100110 10010 0 1010 1010100 111000 110101 1001001 11010

Color Harmonies of #716612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716612

Black with #716612

Text Example


Text Example

White with #716612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716612; }

 p { color: rgb(113,102,18); }

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

background-color css

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

 a { background-color: rgb(113,102,18); }

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

border-color css

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

 span { border-color: rgb(113,102,18); }

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