Html Css Color HEX #769A67 Amulet

📋 copy color: '#769A67'

red 118 ◦ green 154 ◦ blue 103

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

Shades of Amulet #769A67

Tints of Amulet #769A67

RGB

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

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

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

R = 31.47%
G = 41.07%
B = 27.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#769A67 (or 0x769A67) is known color: Amulet. HEX triplet: 76, 9A and 67. RGB value is (118,154,103). Sum of RGB (Red+Green+Blue) = 118+154+103=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #769A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A67 is #896598. Grayscale: #898989. Windows color (decimal): -9004441 or 6789750. OLE color: 6789750.

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

Color convert

RGB 118 154 103 -
CMYK 0.23 0 0.33 0.40
HSL 102.35º 0.2% 0.5% -
HSV(B) 102.35º 0.33% 0.6% -
XYZ 21.48 27.94 17.09 -
YUV 137.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 118 154 103 0.23 0 0.33 0.40 102.35 0.2 0.5
Hex 76 9A 67 17 0 21 28 66 14 32
Octal 166 232 147 27 0 41 50 146 24 62
Binary 1110110 10011010 1100111 10111 0 100001 101000 1100110 10100 110010

Color Harmonies of #769A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A67

Black with #769A67

Text Example


Text Example

White with #769A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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