Html Css Color HEX #757446 Hemlock

📋 copy color: '#757446'

red 117 ◦ green 116 ◦ blue 70

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

Shades of Hemlock #757446

Tints of Hemlock #757446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 38.61%
G = 38.28%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#757446 (or 0x757446) is known color: Hemlock. HEX triplet: 75, 74 and 46. RGB value is (117,116,70). Sum of RGB (Red+Green+Blue) = 117+116+70=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #757446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757446 is #8A8BB9. Grayscale: #6F6F6F. Windows color (decimal): -9079738 or 4617333. OLE color: 4617333.

HSL color Cylindrical-coordinate representation of color #757446: hue angle of 58.72º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757446 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 70 -
CMYK 0 0.01 0.40 0.54
HSL 58.72º 0.25% 0.37% -
HSV(B) 58.72º 0.4% 0.46% -
XYZ 14.69 16.71 8.25 -
YUV 111.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 117 116 70 0 0.01 0.40 0.54 58.72 0.25 0.37
Hex 75 74 46 0 1 28 36 3B 19 25
Octal 165 164 106 0 1 50 66 73 31 45
Binary 1110101 1110100 1000110 0 1 101000 110110 111011 11001 100101

Color Harmonies of #757446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757446

Black with #757446

Text Example


Text Example

White with #757446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757446; }

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

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

background-color css

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

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

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

border-color css

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

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

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