Html Css Color HEX #75B36A Amulet

📋 copy color: '#75B36A'

red 117 ◦ green 179 ◦ blue 106

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

Shades of Amulet #75B36A

Tints of Amulet #75B36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

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

R = 29.1%
G = 44.53%
B = 26.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#75B36A (or 0x75B36A) is known color: Amulet. HEX triplet: 75, B3 and 6A. RGB value is (117,179,106). Sum of RGB (Red+Green+Blue) = 117+179+106=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #75B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B36A is #8A4C95. Grayscale: #989898. Windows color (decimal): -9063574 or 6992757. OLE color: 6992757.

HSL color Cylindrical-coordinate representation of color #75B36A: hue angle of 110.96º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75B36A is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 106 -
CMYK 0.35 0 0.41 0.30
HSL 110.96º 0.32% 0.56% -
HSV(B) 110.96º 0.41% 0.7% -
XYZ 26.06 37.06 19.42 -
YUV 152.14 101.96 102.94 -
System Red Green Blue C M Y K H S L
Decimal 117 179 106 0.35 0 0.41 0.30 110.96 0.32 0.56
Hex 75 B3 6A 23 0 29 1E 6F 20 38
Octal 165 263 152 43 0 51 36 157 40 70
Binary 1110101 10110011 1101010 100011 0 101001 11110 1101111 100000 111000

Color Harmonies of #75B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B36A

Black with #75B36A

Text Example


Text Example

White with #75B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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