Html Css Color HEX #75A06B Amulet

📋 copy color: '#75A06B'

red 117 ◦ green 160 ◦ blue 107

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

Shades of Amulet #75A06B

Tints of Amulet #75A06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 30.47%
G = 41.67%
B = 27.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#75A06B (or 0x75A06B) is known color: Amulet. HEX triplet: 75, A0 and 6B. RGB value is (117,160,107). Sum of RGB (Red+Green+Blue) = 117+160+107=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #75A06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A06B is #8A5F94. Grayscale: #8D8D8D. Windows color (decimal): -9068437 or 7053429. OLE color: 7053429.

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

Color convert

RGB 117 160 107 -
CMYK 0.27 0 0.33 0.37
HSL 108.68º 0.22% 0.52% -
HSV(B) 108.68º 0.33% 0.63% -
XYZ 22.56 29.99 18.51 -
YUV 141.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 117 160 107 0.27 0 0.33 0.37 108.68 0.22 0.52
Hex 75 A0 6B 1B 0 21 25 6D 16 34
Octal 165 240 153 33 0 41 45 155 26 64
Binary 1110101 10100000 1101011 11011 0 100001 100101 1101101 10110 110100

Color Harmonies of #75A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A06B

Black with #75A06B

Text Example


Text Example

White with #75A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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