Html Css Color HEX #759B6B Amulet

📋 copy color: '#759B6B'

red 117 ◦ green 155 ◦ blue 107

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

Shades of Amulet #759B6B

Tints of Amulet #759B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 30.87%
G = 40.9%
B = 28.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#759B6B (or 0x759B6B) is known color: Amulet. HEX triplet: 75, 9B and 6B. RGB value is (117,155,107). Sum of RGB (Red+Green+Blue) = 117+155+107=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #759B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B6B is #8A6494. Grayscale: #8A8A8A. Windows color (decimal): -9069717 or 7052149. OLE color: 7052149.

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

Color convert

RGB 117 155 107 -
CMYK 0.25 0 0.31 0.39
HSL 107.5º 0.19% 0.51% -
HSV(B) 107.5º 0.31% 0.61% -
XYZ 21.71 28.29 18.23 -
YUV 138.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 117 155 107 0.25 0 0.31 0.39 107.5 0.19 0.51
Hex 75 9B 6B 19 0 1F 27 6C 13 33
Octal 165 233 153 31 0 37 47 154 23 63
Binary 1110101 10011011 1101011 11001 0 11111 100111 1101100 10011 110011

Color Harmonies of #759B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B6B

Black with #759B6B

Text Example


Text Example

White with #759B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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