Html Css Color HEX #769B67 Amulet

📋 copy color: '#769B67'

red 118 ◦ green 155 ◦ blue 103

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

Shades of Amulet #769B67

Tints of Amulet #769B67

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 103 (40.63% from 255) = 27.39%

R = 31.38%
G = 41.22%
B = 27.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#769B67 (or 0x769B67) is known color: Amulet. HEX triplet: 76, 9B and 67. RGB value is (118,155,103). Sum of RGB (Red+Green+Blue) = 118+155+103=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #769B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B67 is #896498. Grayscale: #8A8A8A. Windows color (decimal): -9004185 or 6790006. OLE color: 6790006.

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

Color convert

RGB 118 155 103 -
CMYK 0.24 0 0.34 0.39
HSL 102.69º 0.21% 0.51% -
HSV(B) 102.69º 0.34% 0.61% -
XYZ 21.64 28.27 17.15 -
YUV 138.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 118 155 103 0.24 0 0.34 0.39 102.69 0.21 0.51
Hex 76 9B 67 18 0 22 27 67 15 33
Octal 166 233 147 30 0 42 47 147 25 63
Binary 1110110 10011011 1100111 11000 0 100010 100111 1100111 10101 110011

Color Harmonies of #769B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B67

Black with #769B67

Text Example


Text Example

White with #769B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,103); }

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

background-color css

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

 a { background-color: rgb(118,155,103); }

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

border-color css

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

 span { border-color: rgb(118,155,103); }

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