Html Css Color HEX #706A23 Olivetone

📋 copy color: '#706A23'

red 112 ◦ green 106 ◦ blue 35

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

Shades of Olivetone #706A23

Tints of Olivetone #706A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 44.27%
G = 41.9%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#706A23 (or 0x706A23) is known color: Olivetone. HEX triplet: 70, 6A and 23. RGB value is (112,106,35). Sum of RGB (Red+Green+Blue) = 112+106+35=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A23 is #8F95DC. Grayscale: #636363. Windows color (decimal): -9410013 or 2321008. OLE color: 2321008.

HSL color Cylindrical-coordinate representation of color #706A23: hue angle of 55.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #706A23 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 35 -
CMYK 0 0.05 0.69 0.56
HSL 55.32º 0.52% 0.29% -
HSV(B) 55.32º 0.69% 0.44% -
XYZ 12.14 13.87 3.63 -
YUV 99.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 112 106 35 0 0.05 0.69 0.56 55.32 0.52 0.29
Hex 70 6A 23 0 5 45 38 37 34 1D
Octal 160 152 43 0 5 105 70 67 64 35
Binary 1110000 1101010 100011 0 101 1000101 111000 110111 110100 11101

Color Harmonies of #706A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A23

Black with #706A23

Text Example


Text Example

White with #706A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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