Html Css Color HEX #716625 Olivetone

📋 copy color: '#716625'

red 113 ◦ green 102 ◦ blue 37

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

Shades of Olivetone #716625

Tints of Olivetone #716625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 44.84%
G = 40.48%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#716625 (or 0x716625) is known color: Olivetone. HEX triplet: 71, 66 and 25. RGB value is (113,102,37). Sum of RGB (Red+Green+Blue) = 113+102+37=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716625 is #8E99DA. Grayscale: #626262. Windows color (decimal): -9345499 or 2451057. OLE color: 2451057.

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

Color convert

RGB 113 102 37 -
CMYK 0 0.10 0.67 0.56
HSL 51.32º 0.51% 0.29% -
HSV(B) 51.32º 0.67% 0.44% -
XYZ 11.9 13.15 3.66 -
YUV 97.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 113 102 37 0 0.10 0.67 0.56 51.32 0.51 0.29
Hex 71 66 25 0 A 43 38 33 33 1D
Octal 161 146 45 0 12 103 70 63 63 35
Binary 1110001 1100110 100101 0 1010 1000011 111000 110011 110011 11101

Color Harmonies of #716625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716625

Black with #716625

Text Example


Text Example

White with #716625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716625; }

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

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

background-color css

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

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

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

border-color css

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

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

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