Html Css Color HEX #739C6A Amulet

📋 copy color: '#739C6A'

red 115 ◦ green 156 ◦ blue 106

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

Shades of Amulet #739C6A

Tints of Amulet #739C6A

RGB

 RED value IS 115 (45.31% from 255) = 30.5%

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 30.5%
G = 41.38%
B = 28.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#739C6A (or 0x739C6A) is known color: Amulet. HEX triplet: 73, 9C and 6A. RGB value is (115,156,106). Sum of RGB (Red+Green+Blue) = 115+156+106=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #739C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C6A is #8C6395. Grayscale: #8A8A8A. Windows color (decimal): -9200534 or 6986867. OLE color: 6986867.

HSL color Cylindrical-coordinate representation of color #739C6A: hue angle of 109.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 #739C6A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 156 106 -
CMYK 0.26 0 0.32 0.39
HSL 109.2º 0.2% 0.51% -
HSV(B) 109.2º 0.32% 0.61% -
XYZ 21.56 28.46 17.99 -
YUV 138.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 115 156 106 0.26 0 0.32 0.39 109.2 0.2 0.51
Hex 73 9C 6A 1A 0 20 27 6D 14 33
Octal 163 234 152 32 0 40 47 155 24 63
Binary 1110011 10011100 1101010 11010 0 100000 100111 1101101 10100 110011

Color Harmonies of #739C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C6A

Black with #739C6A

Text Example


Text Example

White with #739C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739C6A; }

 p { color: rgb(115,156,106); }

 H1.HeaderClassName
 {
   color: #739C6A;
 }
 .AnyTagClassName
 {
   color: #739C6A;
 }
</style>

background-color css

<style>
 a { background-color: #739C6A; }

 a { background-color: rgb(115,156,106); }

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

border-color css

<style>
 span { border-color: #739C6A; }

 span { border-color: rgb(115,156,106); }

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