Html Css Color HEX #769672 Amulet

📋 copy color: '#769672'

red 118 ◦ green 150 ◦ blue 114

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

Shades of Amulet #769672

Tints of Amulet #769672

RGB

 RED value IS 118 (46.48% from 255) = 30.89%

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 30.89%
G = 39.27%
B = 29.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#769672 (or 0x769672) is known color: Amulet. HEX triplet: 76, 96 and 72. RGB value is (118,150,114). Sum of RGB (Red+Green+Blue) = 118+150+114=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #769672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769672 is #89698D. Grayscale: #888888. Windows color (decimal): -9005454 or 7509622. OLE color: 7509622.

HSL color Cylindrical-coordinate representation of color #769672: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769672 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 114 -
CMYK 0.21 0 0.24 0.41
HSL 113.33º 0.15% 0.52% -
HSV(B) 113.33º 0.24% 0.59% -
XYZ 21.41 26.88 19.98 -
YUV 136.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 118 150 114 0.21 0 0.24 0.41 113.33 0.15 0.52
Hex 76 96 72 15 0 18 29 71 F 34
Octal 166 226 162 25 0 30 51 161 17 64
Binary 1110110 10010110 1110010 10101 0 11000 101001 1110001 1111 110100

Color Harmonies of #769672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769672

Black with #769672

Text Example


Text Example

White with #769672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769672; }

 p { color: rgb(118,150,114); }

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

background-color css

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

 a { background-color: rgb(118,150,114); }

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

border-color css

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

 span { border-color: rgb(118,150,114); }

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