Html Css Color HEX #706918 Olivetone

📋 copy color: '#706918'

red 112 ◦ green 105 ◦ blue 24

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

Shades of Olivetone #706918

Tints of Olivetone #706918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 46.47%
G = 43.57%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706918 (or 0x706918) is known color: Olivetone. HEX triplet: 70, 69 and 18. RGB value is (112,105,24). Sum of RGB (Red+Green+Blue) = 112+105+24=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706918 is #8F96E7. Grayscale: #626262. Windows color (decimal): -9410280 or 1599856. OLE color: 1599856.

HSL color Cylindrical-coordinate representation of color #706918: hue angle of 55.23º 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 #706918 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 24 -
CMYK 0 0.06 0.79 0.56
HSL 55.23º 0.65% 0.27% -
HSV(B) 55.23º 0.79% 0.44% -
XYZ 11.9 13.61 2.86 -
YUV 97.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 112 105 24 0 0.06 0.79 0.56 55.23 0.65 0.27
Hex 70 69 18 0 6 4F 38 37 41 1B
Octal 160 151 30 0 6 117 70 67 101 33
Binary 1110000 1101001 11000 0 110 1001111 111000 110111 1000001 11011

Color Harmonies of #706918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706918

Black with #706918

Text Example


Text Example

White with #706918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706918; }

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

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

background-color css

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

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

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

border-color css

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

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

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