Html Css Color HEX #757417 Olivetone

📋 copy color: '#757417'

red 117 ◦ green 116 ◦ blue 23

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

Shades of Olivetone #757417

Tints of Olivetone #757417

RGB

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

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

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

R = 45.7%
G = 45.31%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#757417 (or 0x757417) is known color: Olivetone. HEX triplet: 75, 74 and 17. RGB value is (117,116,23). Sum of RGB (Red+Green+Blue) = 117+116+23=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #757417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757417 is #8A8BE8. Grayscale: #6A6A6A. Windows color (decimal): -9079785 or 1537141. OLE color: 1537141.

HSL color Cylindrical-coordinate representation of color #757417: hue angle of 59.36º 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 #757417 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 23 -
CMYK 0 0.01 0.80 0.54
HSL 59.36º 0.67% 0.27% -
HSV(B) 59.36º 0.8% 0.46% -
XYZ 13.74 16.33 3.24 -
YUV 105.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 117 116 23 0 0.01 0.80 0.54 59.36 0.67 0.27
Hex 75 74 17 0 1 50 36 3B 43 1B
Octal 165 164 27 0 1 120 66 73 103 33
Binary 1110101 1110100 10111 0 1 1010000 110110 111011 1000011 11011

Color Harmonies of #757417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757417

Black with #757417

Text Example


Text Example

White with #757417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757417; }

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

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

background-color css

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

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

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

border-color css

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

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

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