Html Css Color HEX #7C9B69 Amulet

📋 copy color: '#7C9B69'

red 124 ◦ green 155 ◦ blue 105

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

Shades of Amulet #7C9B69

Tints of Amulet #7C9B69

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.36%

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

R = 32.29%
G = 40.36%
B = 27.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#7C9B69 (or 0x7C9B69) is known color: Amulet. HEX triplet: 7C, 9B and 69. RGB value is (124,155,105). Sum of RGB (Red+Green+Blue) = 124+155+105=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B69 is #836496. Grayscale: #8C8C8C. Windows color (decimal): -8610967 or 6921084. OLE color: 6921084.

HSL color Cylindrical-coordinate representation of color #7C9B69: hue angle of 97.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C9B69 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 105 -
CMYK 0.2 0 0.32 0.39
HSL 97.2º 0.2% 0.51% -
HSV(B) 97.2º 0.32% 0.61% -
XYZ 22.58 28.75 17.72 -
YUV 140.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 124 155 105 0.2 0 0.32 0.39 97.2 0.2 0.51
Hex 7C 9B 69 14 0 20 27 61 14 33
Octal 174 233 151 24 0 40 47 141 24 63
Binary 1111100 10011011 1101001 10100 0 100000 100111 1100001 10100 110011

Color Harmonies of #7C9B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B69

Black with #7C9B69

Text Example


Text Example

White with #7C9B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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