Html Css Color HEX #769A6F Amulet

📋 copy color: '#769A6F'

red 118 ◦ green 154 ◦ blue 111

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

Shades of Amulet #769A6F

Tints of Amulet #769A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 30.81%
G = 40.21%
B = 28.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#769A6F (or 0x769A6F) is known color: Amulet. HEX triplet: 76, 9A and 6F. RGB value is (118,154,111). Sum of RGB (Red+Green+Blue) = 118+154+111=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #769A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A6F is #896590. Grayscale: #8A8A8A. Windows color (decimal): -9004433 or 7314038. OLE color: 7314038.

HSL color Cylindrical-coordinate representation of color #769A6F: hue angle of 110.23º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769A6F is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 111 -
CMYK 0.23 0 0.28 0.40
HSL 110.23º 0.18% 0.52% -
HSV(B) 110.23º 0.28% 0.6% -
XYZ 21.9 28.11 19.31 -
YUV 138.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 118 154 111 0.23 0 0.28 0.40 110.23 0.18 0.52
Hex 76 9A 6F 17 0 1C 28 6E 12 34
Octal 166 232 157 27 0 34 50 156 22 64
Binary 1110110 10011010 1101111 10111 0 11100 101000 1101110 10010 110100

Color Harmonies of #769A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A6F

Black with #769A6F

Text Example


Text Example

White with #769A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A6F; }

 p { color: rgb(118,154,111); }

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

background-color css

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

 a { background-color: rgb(118,154,111); }

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

border-color css

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

 span { border-color: rgb(118,154,111); }

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