Html Css Color HEX #75A26C Amulet

📋 copy color: '#75A26C'

red 117 ◦ green 162 ◦ blue 108

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

Shades of Amulet #75A26C

Tints of Amulet #75A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 30.23%
G = 41.86%
B = 27.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#75A26C (or 0x75A26C) is known color: Amulet. HEX triplet: 75, A2 and 6C. RGB value is (117,162,108). Sum of RGB (Red+Green+Blue) = 117+162+108=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #75A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A26C is #8A5D93. Grayscale: #8E8E8E. Windows color (decimal): -9067924 or 7119477. OLE color: 7119477.

HSL color Cylindrical-coordinate representation of color #75A26C: hue angle of 110º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75A26C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 162 108 -
CMYK 0.28 0 0.33 0.36
HSL 110º 0.23% 0.53% -
HSV(B) 110º 0.33% 0.64% -
XYZ 22.96 30.71 18.9 -
YUV 142.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 117 162 108 0.28 0 0.33 0.36 110 0.23 0.53
Hex 75 A2 6C 1C 0 21 24 6E 16 35
Octal 165 242 154 34 0 41 44 156 26 65
Binary 1110101 10100010 1101100 11100 0 100001 100100 1101110 10110 110101

Color Harmonies of #75A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A26C

Black with #75A26C

Text Example


Text Example

White with #75A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,108); }

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

background-color css

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

 a { background-color: rgb(117,162,108); }

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

border-color css

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

 span { border-color: rgb(117,162,108); }

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