Html Css Color HEX #757445 Hemlock

📋 copy color: '#757445'

red 117 ◦ green 116 ◦ blue 69

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

Shades of Hemlock #757445

Tints of Hemlock #757445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 38.74%
G = 38.41%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#757445 (or 0x757445) is known color: Hemlock. HEX triplet: 75, 74 and 45. RGB value is (117,116,69). Sum of RGB (Red+Green+Blue) = 117+116+69=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #757445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757445 is #8A8BBA. Grayscale: #6F6F6F. Windows color (decimal): -9079739 or 4551797. OLE color: 4551797.

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

Color convert

RGB 117 116 69 -
CMYK 0 0.01 0.41 0.54
HSL 58.75º 0.26% 0.36% -
HSV(B) 58.75º 0.41% 0.46% -
XYZ 14.66 16.7 8.08 -
YUV 110.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 117 116 69 0 0.01 0.41 0.54 58.75 0.26 0.36
Hex 75 74 45 0 1 29 36 3B 1A 24
Octal 165 164 105 0 1 51 66 73 32 44
Binary 1110101 1110100 1000101 0 1 101001 110110 111011 11010 100100

Color Harmonies of #757445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757445

Black with #757445

Text Example


Text Example

White with #757445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757445; }

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

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

background-color css

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

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

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

border-color css

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

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

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