Html Css Color HEX #739C68 Amulet

📋 copy color: '#739C68'

red 115 ◦ green 156 ◦ blue 104

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

Shades of Amulet #739C68

Tints of Amulet #739C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 30.67%
G = 41.6%
B = 27.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#739C68 (or 0x739C68) is known color: Amulet. HEX triplet: 73, 9C and 68. RGB value is (115,156,104). Sum of RGB (Red+Green+Blue) = 115+156+104=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #739C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C68 is #8C6397. Grayscale: #898989. Windows color (decimal): -9200536 or 6855795. OLE color: 6855795.

HSL color Cylindrical-coordinate representation of color #739C68: hue angle of 107.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739C68 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 156 104 -
CMYK 0.26 0 0.33 0.39
HSL 107.31º 0.21% 0.51% -
HSV(B) 107.31º 0.33% 0.61% -
XYZ 21.46 28.42 17.45 -
YUV 137.81 108.92 111.73 -
System Red Green Blue C M Y K H S L
Decimal 115 156 104 0.26 0 0.33 0.39 107.31 0.21 0.51
Hex 73 9C 68 1A 0 21 27 6B 15 33
Octal 163 234 150 32 0 41 47 153 25 63
Binary 1110011 10011100 1101000 11010 0 100001 100111 1101011 10101 110011

Color Harmonies of #739C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C68

Black with #739C68

Text Example


Text Example

White with #739C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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