Html Css Color HEX #7B9670 Amulet

📋 copy color: '#7B9670'

red 123 ◦ green 150 ◦ blue 112

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

Shades of Amulet #7B9670

Tints of Amulet #7B9670

RGB

 RED value IS 123 (48.44% from 255) = 31.95%

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 31.95%
G = 38.96%
B = 29.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#7B9670 (or 0x7B9670) is known color: Amulet. HEX triplet: 7B, 96 and 70. RGB value is (123,150,112). Sum of RGB (Red+Green+Blue) = 123+150+112=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9670 is #84698F. Grayscale: #898989. Windows color (decimal): -8677776 or 7378555. OLE color: 7378555.

HSL color Cylindrical-coordinate representation of color #7B9670: hue angle of 102.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B9670 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 150 112 -
CMYK 0.18 0 0.25 0.41
HSL 102.63º 0.15% 0.51% -
HSV(B) 102.63º 0.25% 0.59% -
XYZ 22 27.19 19.42 -
YUV 137.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 123 150 112 0.18 0 0.25 0.41 102.63 0.15 0.51
Hex 7B 96 70 12 0 19 29 67 F 33
Octal 173 226 160 22 0 31 51 147 17 63
Binary 1111011 10010110 1110000 10010 0 11001 101001 1100111 1111 110011

Color Harmonies of #7B9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9670

Black with #7B9670

Text Example


Text Example

White with #7B9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9670; }

 p { color: rgb(123,150,112); }

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

background-color css

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

 a { background-color: rgb(123,150,112); }

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

border-color css

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

 span { border-color: rgb(123,150,112); }

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