Html Css Color HEX #757341 Hemlock

📋 copy color: '#757341'

red 117 ◦ green 115 ◦ blue 65

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

Shades of Hemlock #757341

Tints of Hemlock #757341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 39.39%
G = 38.72%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#757341 (or 0x757341) is known color: Hemlock. HEX triplet: 75, 73 and 41. RGB value is (117,115,65). Sum of RGB (Red+Green+Blue) = 117+115+65=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #757341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757341 is #8A8CBE. Grayscale: #6E6E6E. Windows color (decimal): -9079999 or 4289397. OLE color: 4289397.

HSL color Cylindrical-coordinate representation of color #757341: hue angle of 57.69º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757341 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 65 -
CMYK 0 0.02 0.44 0.54
HSL 57.69º 0.29% 0.36% -
HSV(B) 57.69º 0.44% 0.46% -
XYZ 14.42 16.43 7.41 -
YUV 109.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 117 115 65 0 0.02 0.44 0.54 57.69 0.29 0.36
Hex 75 73 41 0 2 2C 36 3A 1D 24
Octal 165 163 101 0 2 54 66 72 35 44
Binary 1110101 1110011 1000001 0 10 101100 110110 111010 11101 100100

Color Harmonies of #757341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757341

Black with #757341

Text Example


Text Example

White with #757341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757341; }

 p { color: rgb(117,115,65); }

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

background-color css

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

 a { background-color: rgb(117,115,65); }

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

border-color css

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

 span { border-color: rgb(117,115,65); }

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