Html Css Color HEX #7BA575 Amulet

📋 copy color: '#7BA575'

red 123 ◦ green 165 ◦ blue 117

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

Shades of Amulet #7BA575

Tints of Amulet #7BA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 30.37%
G = 40.74%
B = 28.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#7BA575 (or 0x7BA575) is known color: Amulet. HEX triplet: 7B, A5 and 75. RGB value is (123,165,117). Sum of RGB (Red+Green+Blue) = 123+165+117=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA575 is #845A8A. Grayscale: #939393. Windows color (decimal): -8673931 or 7710075. OLE color: 7710075.

HSL color Cylindrical-coordinate representation of color #7BA575: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BA575 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 117 -
CMYK 0.25 0 0.29 0.35
HSL 112.5º 0.21% 0.55% -
HSV(B) 112.5º 0.29% 0.65% -
XYZ 24.83 32.41 21.78 -
YUV 146.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 123 165 117 0.25 0 0.29 0.35 112.5 0.21 0.55
Hex 7B A5 75 19 0 1D 23 70 15 37
Octal 173 245 165 31 0 35 43 160 25 67
Binary 1111011 10100101 1110101 11001 0 11101 100011 1110000 10101 110111

Color Harmonies of #7BA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA575

Black with #7BA575

Text Example


Text Example

White with #7BA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,165,117); }

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

background-color css

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

 a { background-color: rgb(123,165,117); }

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

border-color css

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

 span { border-color: rgb(123,165,117); }

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