Html Css Color HEX #769973 Amulet

📋 copy color: '#769973'

red 118 ◦ green 153 ◦ blue 115

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

Shades of Amulet #769973

Tints of Amulet #769973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 30.57%
G = 39.64%
B = 29.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#769973 (or 0x769973) is known color: Amulet. HEX triplet: 76, 99 and 73. RGB value is (118,153,115). Sum of RGB (Red+Green+Blue) = 118+153+115=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #769973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769973 is #89668C. Grayscale: #8A8A8A. Windows color (decimal): -9004685 or 7575926. OLE color: 7575926.

HSL color Cylindrical-coordinate representation of color #769973: hue angle of 115.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769973 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 115 -
CMYK 0.23 0 0.25 0.4
HSL 115.26º 0.16% 0.53% -
HSV(B) 115.26º 0.25% 0.6% -
XYZ 21.96 27.87 20.44 -
YUV 138.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 118 153 115 0.23 0 0.25 0.4 115.26 0.16 0.53
Hex 76 99 73 17 0 19 28 73 10 35
Octal 166 231 163 27 0 31 50 163 20 65
Binary 1110110 10011001 1110011 10111 0 11001 101000 1110011 10000 110101

Color Harmonies of #769973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769973

Black with #769973

Text Example


Text Example

White with #769973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769973; }

 p { color: rgb(118,153,115); }

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

background-color css

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

 a { background-color: rgb(118,153,115); }

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

border-color css

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

 span { border-color: rgb(118,153,115); }

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