Html Css Color HEX #75A065 Amulet

📋 copy color: '#75A065'

red 117 ◦ green 160 ◦ blue 101

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

Shades of Amulet #75A065

Tints of Amulet #75A065

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 30.95%
G = 42.33%
B = 26.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#75A065 (or 0x75A065) is known color: Amulet. HEX triplet: 75, A0 and 65. RGB value is (117,160,101). Sum of RGB (Red+Green+Blue) = 117+160+101=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #75A065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A065 is #8A5F9A. Grayscale: #8C8C8C. Windows color (decimal): -9068443 or 6660213. OLE color: 6660213.

HSL color Cylindrical-coordinate representation of color #75A065: hue angle of 103.73º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75A065 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 101 -
CMYK 0.27 0 0.37 0.37
HSL 103.73º 0.24% 0.51% -
HSV(B) 103.73º 0.37% 0.63% -
XYZ 22.26 29.86 16.9 -
YUV 140.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 117 160 101 0.27 0 0.37 0.37 103.73 0.24 0.51
Hex 75 A0 65 1B 0 25 25 68 18 33
Octal 165 240 145 33 0 45 45 150 30 63
Binary 1110101 10100000 1100101 11011 0 100101 100101 1101000 11000 110011

Color Harmonies of #75A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A065

Black with #75A065

Text Example


Text Example

White with #75A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A065; }

 p { color: rgb(117,160,101); }

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

background-color css

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

 a { background-color: rgb(117,160,101); }

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

border-color css

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

 span { border-color: rgb(117,160,101); }

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