Html Css Color HEX #7CB169 Amulet

📋 copy color: '#7CB169'

red 124 ◦ green 177 ◦ blue 105

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

Shades of Amulet #7CB169

Tints of Amulet #7CB169

RGB

 RED value IS 124 (48.83% from 255) = 30.54%

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 30.54%
G = 43.6%
B = 25.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7CB169 (or 0x7CB169) is known color: Amulet. HEX triplet: 7C, B1 and 69. RGB value is (124,177,105). Sum of RGB (Red+Green+Blue) = 124+177+105=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB169 is #834E96. Grayscale: #999999. Windows color (decimal): -8605335 or 6926716. OLE color: 6926716.

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

Color convert

RGB 124 177 105 -
CMYK 0.30 0 0.41 0.31
HSL 104.17º 0.32% 0.55% -
HSV(B) 104.17º 0.41% 0.69% -
XYZ 26.58 36.75 19.06 -
YUV 152.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 124 177 105 0.30 0 0.41 0.31 104.17 0.32 0.55
Hex 7C B1 69 1E 0 29 1F 68 20 37
Octal 174 261 151 36 0 51 37 150 40 67
Binary 1111100 10110001 1101001 11110 0 101001 11111 1101000 100000 110111

Color Harmonies of #7CB169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB169

Black with #7CB169

Text Example


Text Example

White with #7CB169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,177,105); }

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

background-color css

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

 a { background-color: rgb(124,177,105); }

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

border-color css

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

 span { border-color: rgb(124,177,105); }

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