Html Css Color HEX #706618 Olivetone

📋 copy color: '#706618'

red 112 ◦ green 102 ◦ blue 24

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

Shades of Olivetone #706618

Tints of Olivetone #706618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 47.06%
G = 42.86%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706618 (or 0x706618) is known color: Olivetone. HEX triplet: 70, 66 and 18. RGB value is (112,102,24). Sum of RGB (Red+Green+Blue) = 112+102+24=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706618 is #8F99E7. Grayscale: #606060. Windows color (decimal): -9411048 or 1599088. OLE color: 1599088.

HSL color Cylindrical-coordinate representation of color #706618: hue angle of 53.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706618 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 24 -
CMYK 0 0.09 0.79 0.56
HSL 53.18º 0.65% 0.27% -
HSV(B) 53.18º 0.79% 0.44% -
XYZ 11.6 13.01 2.76 -
YUV 96.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 112 102 24 0 0.09 0.79 0.56 53.18 0.65 0.27
Hex 70 66 18 0 9 4F 38 35 41 1B
Octal 160 146 30 0 11 117 70 65 101 33
Binary 1110000 1100110 11000 0 1001 1001111 111000 110101 1000001 11011

Color Harmonies of #706618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706618

Black with #706618

Text Example


Text Example

White with #706618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706618; }

 p { color: rgb(112,102,24); }

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

background-color css

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

 a { background-color: rgb(112,102,24); }

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

border-color css

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

 span { border-color: rgb(112,102,24); }

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