Html Css Color HEX #7D9B6C Amulet

📋 copy color: '#7D9B6C'

red 125 ◦ green 155 ◦ blue 108

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

Shades of Amulet #7D9B6C

Tints of Amulet #7D9B6C

RGB

 RED value IS 125 (49.22% from 255) = 32.22%

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 32.22%
G = 39.95%
B = 27.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#7D9B6C (or 0x7D9B6C) is known color: Amulet. HEX triplet: 7D, 9B and 6C. RGB value is (125,155,108). Sum of RGB (Red+Green+Blue) = 125+155+108=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9B6C is #826493. Grayscale: #8C8C8C. Windows color (decimal): -8545428 or 7117693. OLE color: 7117693.

HSL color Cylindrical-coordinate representation of color #7D9B6C: hue angle of 98.3º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D9B6C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 155 108 -
CMYK 0.19 0 0.30 0.39
HSL 98.3º 0.19% 0.52% -
HSV(B) 98.3º 0.3% 0.61% -
XYZ 22.89 28.89 18.56 -
YUV 140.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 125 155 108 0.19 0 0.30 0.39 98.3 0.19 0.52
Hex 7D 9B 6C 13 0 1E 27 62 13 34
Octal 175 233 154 23 0 36 47 142 23 64
Binary 1111101 10011011 1101100 10011 0 11110 100111 1100010 10011 110100

Color Harmonies of #7D9B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9B6C

Black with #7D9B6C

Text Example


Text Example

White with #7D9B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,155,108); }

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

background-color css

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

 a { background-color: rgb(125,155,108); }

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

border-color css

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

 span { border-color: rgb(125,155,108); }

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