Html Css Color HEX #769B70 Amulet

📋 copy color: '#769B70'

red 118 ◦ green 155 ◦ blue 112

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

Shades of Amulet #769B70

Tints of Amulet #769B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 30.65%
G = 40.26%
B = 29.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#769B70 (or 0x769B70) is known color: Amulet. HEX triplet: 76, 9B and 70. RGB value is (118,155,112). Sum of RGB (Red+Green+Blue) = 118+155+112=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #769B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B70 is #89648F. Grayscale: #8B8B8B. Windows color (decimal): -9004176 or 7379830. OLE color: 7379830.

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

Color convert

RGB 118 155 112 -
CMYK 0.24 0 0.28 0.39
HSL 111.63º 0.18% 0.52% -
HSV(B) 111.63º 0.28% 0.61% -
XYZ 22.12 28.46 19.66 -
YUV 139.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 118 155 112 0.24 0 0.28 0.39 111.63 0.18 0.52
Hex 76 9B 70 18 0 1C 27 70 12 34
Octal 166 233 160 30 0 34 47 160 22 64
Binary 1110110 10011011 1110000 11000 0 11100 100111 1110000 10010 110100

Color Harmonies of #769B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B70

Black with #769B70

Text Example


Text Example

White with #769B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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