Html Css Color HEX #759B6E Amulet

📋 copy color: '#759B6E'

red 117 ◦ green 155 ◦ blue 110

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

Shades of Amulet #759B6E

Tints of Amulet #759B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.58%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 30.63%
G = 40.58%
B = 28.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#759B6E (or 0x759B6E) is known color: Amulet. HEX triplet: 75, 9B and 6E. RGB value is (117,155,110). Sum of RGB (Red+Green+Blue) = 117+155+110=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #759B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B6E is #8A6491. Grayscale: #8A8A8A. Windows color (decimal): -9069714 or 7248757. OLE color: 7248757.

HSL color Cylindrical-coordinate representation of color #759B6E: hue angle of 110.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759B6E is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 110 -
CMYK 0.25 0 0.29 0.39
HSL 110.67º 0.18% 0.52% -
HSV(B) 110.67º 0.29% 0.61% -
XYZ 21.87 28.35 19.07 -
YUV 138.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 117 155 110 0.25 0 0.29 0.39 110.67 0.18 0.52
Hex 75 9B 6E 19 0 1D 27 6F 12 34
Octal 165 233 156 31 0 35 47 157 22 64
Binary 1110101 10011011 1101110 11001 0 11101 100111 1101111 10010 110100

Color Harmonies of #759B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B6E

Black with #759B6E

Text Example


Text Example

White with #759B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B6E; }

 p { color: rgb(117,155,110); }

 H1.HeaderClassName
 {
   color: #759B6E;
 }
 .AnyTagClassName
 {
   color: #759B6E;
 }
</style>

background-color css

<style>
 a { background-color: #759B6E; }

 a { background-color: rgb(117,155,110); }

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

border-color css

<style>
 span { border-color: #759B6E; }

 span { border-color: rgb(117,155,110); }

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