Html Css Color HEX #707417 Olivetone

📋 copy color: '#707417'

red 112 ◦ green 116 ◦ blue 23

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

Shades of Olivetone #707417

Tints of Olivetone #707417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 44.62%
G = 46.22%
B = 9.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#707417 (or 0x707417) is known color: Olivetone. HEX triplet: 70, 74 and 17. RGB value is (112,116,23). Sum of RGB (Red+Green+Blue) = 112+116+23=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #707417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707417 is #8F8BE8. Grayscale: #686868. Windows color (decimal): -9407465 or 1537136. OLE color: 1537136.

HSL color Cylindrical-coordinate representation of color #707417: hue angle of 62.58º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #707417 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 23 -
CMYK 0.03 0 0.80 0.55
HSL 62.58º 0.67% 0.27% -
HSV(B) 62.58º 0.8% 0.45% -
XYZ 13.08 16 3.21 -
YUV 104.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 112 116 23 0.03 0 0.80 0.55 62.58 0.67 0.27
Hex 70 74 17 3 0 50 37 3F 43 1B
Octal 160 164 27 3 0 120 67 77 103 33
Binary 1110000 1110100 10111 11 0 1010000 110111 111111 1000011 11011

Color Harmonies of #707417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707417

Black with #707417

Text Example


Text Example

White with #707417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707417; }

 p { color: rgb(112,116,23); }

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

background-color css

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

 a { background-color: rgb(112,116,23); }

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

border-color css

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

 span { border-color: rgb(112,116,23); }

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