Html Css Color HEX #757017 Olivetone

📋 copy color: '#757017'

red 117 ◦ green 112 ◦ blue 23

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

Shades of Olivetone #757017

Tints of Olivetone #757017

RGB

 RED value IS 117 (46.09% from 255) = 46.43%

 GREEN value IS 112 (44.14% from 255) = 44.44%

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

R = 46.43%
G = 44.44%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#757017 (or 0x757017) is known color: Olivetone. HEX triplet: 75, 70 and 17. RGB value is (117,112,23). Sum of RGB (Red+Green+Blue) = 117+112+23=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #757017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757017 is #8A8FE8. Grayscale: #676767. Windows color (decimal): -9080809 or 1536117. OLE color: 1536117.

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

Color convert

RGB 117 112 23 -
CMYK 0 0.04 0.80 0.54
HSL 56.81º 0.67% 0.27% -
HSV(B) 56.81º 0.8% 0.46% -
XYZ 13.28 15.43 3.09 -
YUV 103.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 117 112 23 0 0.04 0.80 0.54 56.81 0.67 0.27
Hex 75 70 17 0 4 50 36 39 43 1B
Octal 165 160 27 0 4 120 66 71 103 33
Binary 1110101 1110000 10111 0 100 1010000 110110 111001 1000011 11011

Color Harmonies of #757017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757017

Black with #757017

Text Example


Text Example

White with #757017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757017; }

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

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

background-color css

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

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

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

border-color css

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

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

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