Html Css Color HEX #7BAF72 Amulet

📋 copy color: '#7BAF72'

red 123 ◦ green 175 ◦ blue 114

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

Shades of Amulet #7BAF72

Tints of Amulet #7BAF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 29.85%
G = 42.48%
B = 27.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#7BAF72 (or 0x7BAF72) is known color: Amulet. HEX triplet: 7B, AF and 72. RGB value is (123,175,114). Sum of RGB (Red+Green+Blue) = 123+175+114=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF72 is #84508D. Grayscale: #989898. Windows color (decimal): -8671374 or 7516027. OLE color: 7516027.

HSL color Cylindrical-coordinate representation of color #7BAF72: hue angle of 111.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BAF72 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 114 -
CMYK 0.30 0 0.35 0.31
HSL 111.15º 0.28% 0.57% -
HSV(B) 111.15º 0.35% 0.69% -
XYZ 26.54 36.09 21.49 -
YUV 152.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 123 175 114 0.30 0 0.35 0.31 111.15 0.28 0.57
Hex 7B AF 72 1E 0 23 1F 6F 1C 39
Octal 173 257 162 36 0 43 37 157 34 71
Binary 1111011 10101111 1110010 11110 0 100011 11111 1101111 11100 111001

Color Harmonies of #7BAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF72

Black with #7BAF72

Text Example


Text Example

White with #7BAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,114); }

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

background-color css

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

 a { background-color: rgb(123,175,114); }

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

border-color css

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

 span { border-color: rgb(123,175,114); }

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