Html Css Color HEX #73956B Amulet

📋 copy color: '#73956B'

red 115 ◦ green 149 ◦ blue 107

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

Shades of Amulet #73956B

Tints of Amulet #73956B

RGB

 RED value IS 115 (45.31% from 255) = 31%

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 31%
G = 40.16%
B = 28.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#73956B (or 0x73956B) is known color: Amulet. HEX triplet: 73, 95 and 6B. RGB value is (115,149,107). Sum of RGB (Red+Green+Blue) = 115+149+107=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #73956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73956B is #8C6A94. Grayscale: #868686. Windows color (decimal): -9202325 or 7050611. OLE color: 7050611.

HSL color Cylindrical-coordinate representation of color #73956B: hue angle of 108.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73956B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 107 -
CMYK 0.23 0 0.28 0.42
HSL 108.57º 0.17% 0.5% -
HSV(B) 108.57º 0.28% 0.58% -
XYZ 20.47 26.2 17.89 -
YUV 134.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 115 149 107 0.23 0 0.28 0.42 108.57 0.17 0.5
Hex 73 95 6B 17 0 1C 2A 6D 11 32
Octal 163 225 153 27 0 34 52 155 21 62
Binary 1110011 10010101 1101011 10111 0 11100 101010 1101101 10001 110010

Color Harmonies of #73956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73956B

Black with #73956B

Text Example


Text Example

White with #73956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73956B; }

 p { color: rgb(115,149,107); }

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

background-color css

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

 a { background-color: rgb(115,149,107); }

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

border-color css

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

 span { border-color: rgb(115,149,107); }

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