Html Css Color HEX #757940 Hemlock

📋 copy color: '#757940'

red 117 ◦ green 121 ◦ blue 64

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

Shades of Hemlock #757940

Tints of Hemlock #757940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 38.74%
G = 40.07%
B = 21.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#757940 (or 0x757940) is known color: Hemlock. HEX triplet: 75, 79 and 40. RGB value is (117,121,64). Sum of RGB (Red+Green+Blue) = 117+121+64=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #757940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757940 is #8A86BF. Grayscale: #717171. Windows color (decimal): -9078464 or 4225397. OLE color: 4225397.

HSL color Cylindrical-coordinate representation of color #757940: hue angle of 64.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757940 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 64 -
CMYK 0.03 0 0.47 0.53
HSL 64.21º 0.31% 0.36% -
HSV(B) 64.21º 0.47% 0.47% -
XYZ 15.1 17.83 7.5 -
YUV 113.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 117 121 64 0.03 0 0.47 0.53 64.21 0.31 0.36
Hex 75 79 40 3 0 2F 35 40 1F 24
Octal 165 171 100 3 0 57 65 100 37 44
Binary 1110101 1111001 1000000 11 0 101111 110101 1000000 11111 100100

Color Harmonies of #757940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757940

Black with #757940

Text Example


Text Example

White with #757940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757940; }

 p { color: rgb(117,121,64); }

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

background-color css

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

 a { background-color: rgb(117,121,64); }

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

border-color css

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

 span { border-color: rgb(117,121,64); }

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