Html Css Color HEX #769967 Amulet

📋 copy color: '#769967'

red 118 ◦ green 153 ◦ blue 103

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

Shades of Amulet #769967

Tints of Amulet #769967

RGB

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

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

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

R = 31.55%
G = 40.91%
B = 27.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#769967 (or 0x769967) is known color: Amulet. HEX triplet: 76, 99 and 67. RGB value is (118,153,103). Sum of RGB (Red+Green+Blue) = 118+153+103=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #769967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769967 is #896698. Grayscale: #898989. Windows color (decimal): -9004697 or 6789494. OLE color: 6789494.

HSL color Cylindrical-coordinate representation of color #769967: hue angle of 102º 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 #769967 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 103 -
CMYK 0.23 0 0.33 0.4
HSL 102º 0.2% 0.5% -
HSV(B) 102º 0.33% 0.6% -
XYZ 21.31 27.61 17.04 -
YUV 136.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 118 153 103 0.23 0 0.33 0.4 102 0.2 0.5
Hex 76 99 67 17 0 21 28 66 14 32
Octal 166 231 147 27 0 41 50 146 24 62
Binary 1110110 10011001 1100111 10111 0 100001 101000 1100110 10100 110010

Color Harmonies of #769967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769967

Black with #769967

Text Example


Text Example

White with #769967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769967; }

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

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

background-color css

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

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

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

border-color css

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

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

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