Html Css Color HEX #7FAB68 Amulet

📋 copy color: '#7FAB68'

red 127 ◦ green 171 ◦ blue 104

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

Shades of Amulet #7FAB68

Tints of Amulet #7FAB68

RGB

 RED value IS 127 (50% from 255) = 31.59%

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 31.59%
G = 42.54%
B = 25.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#7FAB68 (or 0x7FAB68) is known color: Amulet. HEX triplet: 7F, AB and 68. RGB value is (127,171,104). Sum of RGB (Red+Green+Blue) = 127+171+104=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB68 is #805497. Grayscale: #969696. Windows color (decimal): -8410264 or 6859647. OLE color: 6859647.

HSL color Cylindrical-coordinate representation of color #7FAB68: hue angle of 99.4º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FAB68 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 104 -
CMYK 0.26 0 0.39 0.33
HSL 99.4º 0.29% 0.54% -
HSV(B) 99.4º 0.39% 0.67% -
XYZ 25.81 34.64 18.42 -
YUV 150.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 127 171 104 0.26 0 0.39 0.33 99.4 0.29 0.54
Hex 7F AB 68 1A 0 27 21 63 1D 36
Octal 177 253 150 32 0 47 41 143 35 66
Binary 1111111 10101011 1101000 11010 0 100111 100001 1100011 11101 110110

Color Harmonies of #7FAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB68

Black with #7FAB68

Text Example


Text Example

White with #7FAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAB68; }

 p { color: rgb(127,171,104); }

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

background-color css

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

 a { background-color: rgb(127,171,104); }

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

border-color css

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

 span { border-color: rgb(127,171,104); }

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