Html Css Color HEX #716B0C Olivetone

📋 copy color: '#716B0C'

red 113 ◦ green 107 ◦ blue 12

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

Shades of Olivetone #716B0C

Tints of Olivetone #716B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 48.71%
G = 46.12%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#716B0C (or 0x716B0C) is known color: Olivetone. HEX triplet: 71, 6B and 0C. RGB value is (113,107,12). Sum of RGB (Red+Green+Blue) = 113+107+12=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B0C is #8E94F3. Grayscale: #626262. Windows color (decimal): -9344244 or 813937. OLE color: 813937.

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

Color convert

RGB 113 107 12 -
CMYK 0 0.05 0.89 0.56
HSL 56.44º 0.81% 0.25% -
HSV(B) 56.44º 0.89% 0.44% -
XYZ 12.13 14.05 2.42 -
YUV 97.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 113 107 12 0 0.05 0.89 0.56 56.44 0.81 0.25
Hex 71 6B C 0 5 59 38 38 51 19
Octal 161 153 14 0 5 131 70 70 121 31
Binary 1110001 1101011 1100 0 101 1011001 111000 111000 1010001 11001

Color Harmonies of #716B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B0C

Black with #716B0C

Text Example


Text Example

White with #716B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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