Html Css Color HEX #759967 Amulet

📋 copy color: '#759967'

red 117 ◦ green 153 ◦ blue 103

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

Shades of Amulet #759967

Tints of Amulet #759967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 31.37%
G = 41.02%
B = 27.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#759967 (or 0x759967) is known color: Amulet. HEX triplet: 75, 99 and 67. RGB value is (117,153,103). Sum of RGB (Red+Green+Blue) = 117+153+103=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #759967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759967 is #8A6698. Grayscale: #888888. Windows color (decimal): -9070233 or 6789493. OLE color: 6789493.

HSL color Cylindrical-coordinate representation of color #759967: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759967 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 103 -
CMYK 0.24 0 0.33 0.4
HSL 103.2º 0.2% 0.5% -
HSV(B) 103.2º 0.33% 0.6% -
XYZ 21.18 27.54 17.03 -
YUV 136.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 117 153 103 0.24 0 0.33 0.4 103.2 0.2 0.5
Hex 75 99 67 18 0 21 28 67 14 32
Octal 165 231 147 30 0 41 50 147 24 62
Binary 1110101 10011001 1100111 11000 0 100001 101000 1100111 10100 110010

Color Harmonies of #759967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759967

Black with #759967

Text Example


Text Example

White with #759967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759967; }

 p { color: rgb(117,153,103); }

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

background-color css

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

 a { background-color: rgb(117,153,103); }

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

border-color css

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

 span { border-color: rgb(117,153,103); }

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