Html Css Color HEX #75B16A Amulet

📋 copy color: '#75B16A'

red 117 ◦ green 177 ◦ blue 106

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

Shades of Amulet #75B16A

Tints of Amulet #75B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.25%

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

R = 29.25%
G = 44.25%
B = 26.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#75B16A (or 0x75B16A) is known color: Amulet. HEX triplet: 75, B1 and 6A. RGB value is (117,177,106). Sum of RGB (Red+Green+Blue) = 117+177+106=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #75B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B16A is #8A4E95. Grayscale: #979797. Windows color (decimal): -9064086 or 6992245. OLE color: 6992245.

HSL color Cylindrical-coordinate representation of color #75B16A: hue angle of 110.7º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75B16A is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 177 106 -
CMYK 0.34 0 0.40 0.31
HSL 110.7º 0.31% 0.55% -
HSV(B) 110.7º 0.4% 0.69% -
XYZ 25.66 36.27 19.28 -
YUV 150.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 117 177 106 0.34 0 0.40 0.31 110.7 0.31 0.55
Hex 75 B1 6A 22 0 28 1F 6F 1F 37
Octal 165 261 152 42 0 50 37 157 37 67
Binary 1110101 10110001 1101010 100010 0 101000 11111 1101111 11111 110111

Color Harmonies of #75B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B16A

Black with #75B16A

Text Example


Text Example

White with #75B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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