Html Css Color HEX #75B26A Amulet

📋 copy color: '#75B26A'

red 117 ◦ green 178 ◦ blue 106

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

Shades of Amulet #75B26A

Tints of Amulet #75B26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

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

R = 29.18%
G = 44.39%
B = 26.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#75B26A (or 0x75B26A) is known color: Amulet. HEX triplet: 75, B2 and 6A. RGB value is (117,178,106). Sum of RGB (Red+Green+Blue) = 117+178+106=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #75B26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B26A is #8A4D95. Grayscale: #979797. Windows color (decimal): -9063830 or 6992501. OLE color: 6992501.

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

Color convert

RGB 117 178 106 -
CMYK 0.34 0 0.40 0.30
HSL 110.83º 0.32% 0.56% -
HSV(B) 110.83º 0.4% 0.7% -
XYZ 25.86 36.66 19.35 -
YUV 151.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 117 178 106 0.34 0 0.40 0.30 110.83 0.32 0.56
Hex 75 B2 6A 22 0 28 1E 6F 20 38
Octal 165 262 152 42 0 50 36 157 40 70
Binary 1110101 10110010 1101010 100010 0 101000 11110 1101111 100000 111000

Color Harmonies of #75B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B26A

Black with #75B26A

Text Example


Text Example

White with #75B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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