Html Css Color HEX #75AB65 Amulet

📋 copy color: '#75AB65'

red 117 ◦ green 171 ◦ blue 101

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

Shades of Amulet #75AB65

Tints of Amulet #75AB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

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

R = 30.08%
G = 43.96%
B = 25.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#75AB65 (or 0x75AB65) is known color: Amulet. HEX triplet: 75, AB and 65. RGB value is (117,171,101). Sum of RGB (Red+Green+Blue) = 117+171+101=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB65 is #8A549A. Grayscale: #939393. Windows color (decimal): -9065627 or 6663029. OLE color: 6663029.

HSL color Cylindrical-coordinate representation of color #75AB65: hue angle of 106.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75AB65 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 101 -
CMYK 0.32 0 0.41 0.33
HSL 106.29º 0.29% 0.53% -
HSV(B) 106.29º 0.41% 0.67% -
XYZ 24.25 33.85 17.57 -
YUV 146.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 117 171 101 0.32 0 0.41 0.33 106.29 0.29 0.53
Hex 75 AB 65 20 0 29 21 6A 1D 35
Octal 165 253 145 40 0 51 41 152 35 65
Binary 1110101 10101011 1100101 100000 0 101001 100001 1101010 11101 110101

Color Harmonies of #75AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB65

Black with #75AB65

Text Example


Text Example

White with #75AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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