Html Css Color HEX #769B65 Amulet

📋 copy color: '#769B65'

red 118 ◦ green 155 ◦ blue 101

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

Shades of Amulet #769B65

Tints of Amulet #769B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 31.55%
G = 41.44%
B = 27.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#769B65 (or 0x769B65) is known color: Amulet. HEX triplet: 76, 9B and 65. RGB value is (118,155,101). Sum of RGB (Red+Green+Blue) = 118+155+101=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #769B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B65 is #89649A. Grayscale: #898989. Windows color (decimal): -9004187 or 6658934. OLE color: 6658934.

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

Color convert

RGB 118 155 101 -
CMYK 0.24 0 0.35 0.39
HSL 101.11º 0.21% 0.5% -
HSV(B) 101.11º 0.35% 0.61% -
XYZ 21.54 28.23 16.63 -
YUV 137.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 118 155 101 0.24 0 0.35 0.39 101.11 0.21 0.5
Hex 76 9B 65 18 0 23 27 65 15 32
Octal 166 233 145 30 0 43 47 145 25 62
Binary 1110110 10011011 1100101 11000 0 100011 100111 1100101 10101 110010

Color Harmonies of #769B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B65

Black with #769B65

Text Example


Text Example

White with #769B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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