Html Css Color HEX #757644 Hemlock

📋 copy color: '#757644'

red 117 ◦ green 118 ◦ blue 68

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

Shades of Hemlock #757644

Tints of Hemlock #757644

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 38.61%
G = 38.94%
B = 22.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#757644 (or 0x757644) is known color: Hemlock. HEX triplet: 75, 76 and 44. RGB value is (117,118,68). Sum of RGB (Red+Green+Blue) = 117+118+68=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #757644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757644 is #8A89BB. Grayscale: #707070. Windows color (decimal): -9079228 or 4486773. OLE color: 4486773.

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

Color convert

RGB 117 118 68 -
CMYK 0.01 0 0.42 0.54
HSL 61.2º 0.27% 0.36% -
HSV(B) 61.2º 0.42% 0.46% -
XYZ 14.86 17.16 8 -
YUV 112 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 117 118 68 0.01 0 0.42 0.54 61.2 0.27 0.36
Hex 75 76 44 1 0 2A 36 3D 1B 24
Octal 165 166 104 1 0 52 66 75 33 44
Binary 1110101 1110110 1000100 1 0 101010 110110 111101 11011 100100

Color Harmonies of #757644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757644

Black with #757644

Text Example


Text Example

White with #757644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757644; }

 p { color: rgb(117,118,68); }

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

background-color css

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

 a { background-color: rgb(117,118,68); }

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

border-color css

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

 span { border-color: rgb(117,118,68); }

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