Html Css Color HEX #75B26D Amulet

📋 copy color: '#75B26D'

red 117 ◦ green 178 ◦ blue 109

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

Shades of Amulet #75B26D

Tints of Amulet #75B26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 28.96%
G = 44.06%
B = 26.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#75B26D (or 0x75B26D) is known color: Amulet. HEX triplet: 75, B2 and 6D. RGB value is (117,178,109). Sum of RGB (Red+Green+Blue) = 117+178+109=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #75B26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B26D is #8A4D92. Grayscale: #989898. Windows color (decimal): -9063827 or 7189109. OLE color: 7189109.

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

Color convert

RGB 117 178 109 -
CMYK 0.34 0 0.39 0.30
HSL 113.04º 0.31% 0.56% -
HSV(B) 113.04º 0.39% 0.7% -
XYZ 26.02 36.73 20.19 -
YUV 151.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 117 178 109 0.34 0 0.39 0.30 113.04 0.31 0.56
Hex 75 B2 6D 22 0 27 1E 71 1F 38
Octal 165 262 155 42 0 47 36 161 37 70
Binary 1110101 10110010 1101101 100010 0 100111 11110 1110001 11111 111000

Color Harmonies of #75B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B26D

Black with #75B26D

Text Example


Text Example

White with #75B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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