Html Css Color HEX #739969 Amulet

📋 copy color: '#739969'

red 115 ◦ green 153 ◦ blue 105

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

Shades of Amulet #739969

Tints of Amulet #739969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 30.83%
G = 41.02%
B = 28.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#739969 (or 0x739969) is known color: Amulet. HEX triplet: 73, 99 and 69. RGB value is (115,153,105). Sum of RGB (Red+Green+Blue) = 115+153+105=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #739969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739969 is #8C6696. Grayscale: #888888. Windows color (decimal): -9201303 or 6920563. OLE color: 6920563.

HSL color Cylindrical-coordinate representation of color #739969: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #739969 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 105 -
CMYK 0.25 0 0.31 0.4
HSL 107.5º 0.19% 0.51% -
HSV(B) 107.5º 0.31% 0.6% -
XYZ 21.01 27.45 17.56 -
YUV 136.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 115 153 105 0.25 0 0.31 0.4 107.5 0.19 0.51
Hex 73 99 69 19 0 1F 28 6C 13 33
Octal 163 231 151 31 0 37 50 154 23 63
Binary 1110011 10011001 1101001 11001 0 11111 101000 1101100 10011 110011

Color Harmonies of #739969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739969

Black with #739969

Text Example


Text Example

White with #739969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739969; }

 p { color: rgb(115,153,105); }

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

background-color css

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

 a { background-color: rgb(115,153,105); }

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

border-color css

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

 span { border-color: rgb(115,153,105); }

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