Html Css Color HEX #7BAF75 Amulet

📋 copy color: '#7BAF75'

red 123 ◦ green 175 ◦ blue 117

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

Shades of Amulet #7BAF75

Tints of Amulet #7BAF75

RGB

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

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

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

R = 29.64%
G = 42.17%
B = 28.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#7BAF75 (or 0x7BAF75) is known color: Amulet. HEX triplet: 7B, AF and 75. RGB value is (123,175,117). Sum of RGB (Red+Green+Blue) = 123+175+117=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF75 is #84508A. Grayscale: #999999. Windows color (decimal): -8671371 or 7712635. OLE color: 7712635.

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

Color convert

RGB 123 175 117 -
CMYK 0.30 0 0.33 0.31
HSL 113.79º 0.27% 0.57% -
HSV(B) 113.79º 0.33% 0.69% -
XYZ 26.71 36.16 22.4 -
YUV 152.84 107.77 106.72 -
System Red Green Blue C M Y K H S L
Decimal 123 175 117 0.30 0 0.33 0.31 113.79 0.27 0.57
Hex 7B AF 75 1E 0 21 1F 72 1B 39
Octal 173 257 165 36 0 41 37 162 33 71
Binary 1111011 10101111 1110101 11110 0 100001 11111 1110010 11011 111001

Color Harmonies of #7BAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF75

Black with #7BAF75

Text Example


Text Example

White with #7BAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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