Html Css Color HEX #707518 Olivetone

📋 copy color: '#707518'

red 112 ◦ green 117 ◦ blue 24

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

Shades of Olivetone #707518

Tints of Olivetone #707518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 44.27%
G = 46.25%
B = 9.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#707518 (or 0x707518) is known color: Olivetone. HEX triplet: 70, 75 and 18. RGB value is (112,117,24). Sum of RGB (Red+Green+Blue) = 112+117+24=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #707518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707518 is #8F8AE7. Grayscale: #696969. Windows color (decimal): -9407208 or 1602928. OLE color: 1602928.

HSL color Cylindrical-coordinate representation of color #707518: hue angle of 63.23º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #707518 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 24 -
CMYK 0.04 0 0.79 0.54
HSL 63.23º 0.66% 0.28% -
HSV(B) 63.23º 0.79% 0.46% -
XYZ 13.21 16.23 3.3 -
YUV 104.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 112 117 24 0.04 0 0.79 0.54 63.23 0.66 0.28
Hex 70 75 18 4 0 4F 36 3F 42 1C
Octal 160 165 30 4 0 117 66 77 102 34
Binary 1110000 1110101 11000 100 0 1001111 110110 111111 1000010 11100

Color Harmonies of #707518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707518

Black with #707518

Text Example


Text Example

White with #707518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707518; }

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

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

background-color css

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

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

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

border-color css

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

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

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