Html Css Color HEX #706725 Olivetone

📋 copy color: '#706725'

red 112 ◦ green 103 ◦ blue 37

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

Shades of Olivetone #706725

Tints of Olivetone #706725

RGB

 RED value IS 112 (44.14% from 255) = 44.44%

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 44.44%
G = 40.87%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706725 (or 0x706725) is known color: Olivetone. HEX triplet: 70, 67 and 25. RGB value is (112,103,37). Sum of RGB (Red+Green+Blue) = 112+103+37=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706725 is #8F98DA. Grayscale: #626262. Windows color (decimal): -9410779 or 2451312. OLE color: 2451312.

HSL color Cylindrical-coordinate representation of color #706725: hue angle of 52.8º degrees, saturation: 0.5, 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 #706725 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 37 -
CMYK 0 0.08 0.67 0.56
HSL 52.8º 0.5% 0.29% -
HSV(B) 52.8º 0.67% 0.44% -
XYZ 11.87 13.28 3.69 -
YUV 98.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 112 103 37 0 0.08 0.67 0.56 52.8 0.5 0.29
Hex 70 67 25 0 8 43 38 35 32 1D
Octal 160 147 45 0 10 103 70 65 62 35
Binary 1110000 1100111 100101 0 1000 1000011 111000 110101 110010 11101

Color Harmonies of #706725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706725

Black with #706725

Text Example


Text Example

White with #706725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706725; }

 p { color: rgb(112,103,37); }

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

background-color css

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

 a { background-color: rgb(112,103,37); }

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

border-color css

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

 span { border-color: rgb(112,103,37); }

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