Html Css Color HEX #706C25 Olivetone

📋 copy color: '#706C25'

red 112 ◦ green 108 ◦ blue 37

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

Shades of Olivetone #706C25

Tints of Olivetone #706C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

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

R = 43.58%
G = 42.02%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706C25 (or 0x706C25) is known color: Olivetone. HEX triplet: 70, 6C and 25. RGB value is (112,108,37). Sum of RGB (Red+Green+Blue) = 112+108+37=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C25 is #8F93DA. Grayscale: #656565. Windows color (decimal): -9409499 or 2452592. OLE color: 2452592.

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

Color convert

RGB 112 108 37 -
CMYK 0 0.04 0.67 0.56
HSL 56.8º 0.5% 0.29% -
HSV(B) 56.8º 0.67% 0.44% -
XYZ 12.38 14.3 3.86 -
YUV 101.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 112 108 37 0 0.04 0.67 0.56 56.8 0.5 0.29
Hex 70 6C 25 0 4 43 38 39 32 1D
Octal 160 154 45 0 4 103 70 71 62 35
Binary 1110000 1101100 100101 0 100 1000011 111000 111001 110010 11101

Color Harmonies of #706C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C25

Black with #706C25

Text Example


Text Example

White with #706C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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