Html Css Color HEX #75A16A Amulet

📋 copy color: '#75A16A'

red 117 ◦ green 161 ◦ blue 106

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

Shades of Amulet #75A16A

Tints of Amulet #75A16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 30.47%
G = 41.93%
B = 27.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#75A16A (or 0x75A16A) is known color: Amulet. HEX triplet: 75, A1 and 6A. RGB value is (117,161,106). Sum of RGB (Red+Green+Blue) = 117+161+106=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #75A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A16A is #8A5E95. Grayscale: #8D8D8D. Windows color (decimal): -9068182 or 6988149. OLE color: 6988149.

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

Color convert

RGB 117 161 106 -
CMYK 0.27 0 0.34 0.37
HSL 108º 0.23% 0.52% -
HSV(B) 108º 0.34% 0.63% -
XYZ 22.68 30.31 18.29 -
YUV 141.57 107.92 110.47 -
System Red Green Blue C M Y K H S L
Decimal 117 161 106 0.27 0 0.34 0.37 108 0.23 0.52
Hex 75 A1 6A 1B 0 22 25 6C 17 34
Octal 165 241 152 33 0 42 45 154 27 64
Binary 1110101 10100001 1101010 11011 0 100010 100101 1101100 10111 110100

Color Harmonies of #75A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A16A

Black with #75A16A

Text Example


Text Example

White with #75A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,161,106); }

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

background-color css

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

 a { background-color: rgb(117,161,106); }

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

border-color css

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

 span { border-color: rgb(117,161,106); }

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