Html Css Color HEX #7BB075 Amulet

📋 copy color: '#7BB075'

red 123 ◦ green 176 ◦ blue 117

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

Shades of Amulet #7BB075

Tints of Amulet #7BB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

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

R = 29.57%
G = 42.31%
B = 28.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#7BB075 (or 0x7BB075) is known color: Amulet. HEX triplet: 7B, B0 and 75. RGB value is (123,176,117). Sum of RGB (Red+Green+Blue) = 123+176+117=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB075 is #844F8A. Grayscale: #999999. Windows color (decimal): -8671115 or 7712891. OLE color: 7712891.

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

Color convert

RGB 123 176 117 -
CMYK 0.30 0 0.34 0.31
HSL 113.9º 0.27% 0.57% -
HSV(B) 113.9º 0.34% 0.69% -
XYZ 26.9 36.55 22.47 -
YUV 153.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 123 176 117 0.30 0 0.34 0.31 113.9 0.27 0.57
Hex 7B B0 75 1E 0 22 1F 72 1B 39
Octal 173 260 165 36 0 42 37 162 33 71
Binary 1111011 10110000 1110101 11110 0 100010 11111 1110010 11011 111001

Color Harmonies of #7BB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB075

Black with #7BB075

Text Example


Text Example

White with #7BB075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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