Html Css Color HEX #706A25 Olivetone

📋 copy color: '#706A25'

red 112 ◦ green 106 ◦ blue 37

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

Shades of Olivetone #706A25

Tints of Olivetone #706A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

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

R = 43.92%
G = 41.57%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706A25 (or 0x706A25) is known color: Olivetone. HEX triplet: 70, 6A and 25. RGB value is (112,106,37). Sum of RGB (Red+Green+Blue) = 112+106+37=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #706A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A25 is #8F95DA. Grayscale: #646464. Windows color (decimal): -9410011 or 2452080. OLE color: 2452080.

HSL color Cylindrical-coordinate representation of color #706A25: hue angle of 55.2º 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 #706A25 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 37 -
CMYK 0 0.05 0.67 0.56
HSL 55.2º 0.5% 0.29% -
HSV(B) 55.2º 0.67% 0.44% -
XYZ 12.17 13.89 3.79 -
YUV 99.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 112 106 37 0 0.05 0.67 0.56 55.2 0.5 0.29
Hex 70 6A 25 0 5 43 38 37 32 1D
Octal 160 152 45 0 5 103 70 67 62 35
Binary 1110000 1101010 100101 0 101 1000011 111000 110111 110010 11101

Color Harmonies of #706A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A25

Black with #706A25

Text Example


Text Example

White with #706A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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