Html Css Color HEX #759B6A Amulet

📋 copy color: '#759B6A'

red 117 ◦ green 155 ◦ blue 106

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

Shades of Amulet #759B6A

Tints of Amulet #759B6A

RGB

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

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

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

R = 30.95%
G = 41.01%
B = 28.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#759B6A (or 0x759B6A) is known color: Amulet. HEX triplet: 75, 9B and 6A. RGB value is (117,155,106). Sum of RGB (Red+Green+Blue) = 117+155+106=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #759B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B6A is #8A6495. Grayscale: #8A8A8A. Windows color (decimal): -9069718 or 6986613. OLE color: 6986613.

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

Color convert

RGB 117 155 106 -
CMYK 0.25 0 0.32 0.39
HSL 106.53º 0.2% 0.51% -
HSV(B) 106.53º 0.32% 0.61% -
XYZ 21.66 28.27 17.95 -
YUV 138.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 117 155 106 0.25 0 0.32 0.39 106.53 0.2 0.51
Hex 75 9B 6A 19 0 20 27 6B 14 33
Octal 165 233 152 31 0 40 47 153 24 63
Binary 1110101 10011011 1101010 11001 0 100000 100111 1101011 10100 110011

Color Harmonies of #759B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B6A

Black with #759B6A

Text Example


Text Example

White with #759B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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