Html Css Color HEX #757217 Olivetone

📋 copy color: '#757217'

red 117 ◦ green 114 ◦ blue 23

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

Shades of Olivetone #757217

Tints of Olivetone #757217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 46.06%
G = 44.88%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#757217 (or 0x757217) is known color: Olivetone. HEX triplet: 75, 72 and 17. RGB value is (117,114,23). Sum of RGB (Red+Green+Blue) = 117+114+23=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #757217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757217 is #8A8DE8. Grayscale: #686868. Windows color (decimal): -9080297 or 1536629. OLE color: 1536629.

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

Color convert

RGB 117 114 23 -
CMYK 0 0.03 0.80 0.54
HSL 58.09º 0.67% 0.27% -
HSV(B) 58.09º 0.8% 0.46% -
XYZ 13.51 15.88 3.16 -
YUV 104.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 117 114 23 0 0.03 0.80 0.54 58.09 0.67 0.27
Hex 75 72 17 0 3 50 36 3A 43 1B
Octal 165 162 27 0 3 120 66 72 103 33
Binary 1110101 1110010 10111 0 11 1010000 110110 111010 1000011 11011

Color Harmonies of #757217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757217

Black with #757217

Text Example


Text Example

White with #757217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757217; }

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

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

background-color css

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

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

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

border-color css

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

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

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