Html Css Color HEX #7FB069 Amulet

📋 copy color: '#7FB069'

red 127 ◦ green 176 ◦ blue 105

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

Shades of Amulet #7FB069

Tints of Amulet #7FB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 31.13%
G = 43.14%
B = 25.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#7FB069 (or 0x7FB069) is known color: Amulet. HEX triplet: 7F, B0 and 69. RGB value is (127,176,105). Sum of RGB (Red+Green+Blue) = 127+176+105=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB069 is #804F96. Grayscale: #999999. Windows color (decimal): -8408983 or 6926463. OLE color: 6926463.

HSL color Cylindrical-coordinate representation of color #7FB069: hue angle of 101.41º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FB069 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 105 -
CMYK 0.28 0 0.40 0.31
HSL 101.41º 0.31% 0.55% -
HSV(B) 101.41º 0.4% 0.69% -
XYZ 26.83 36.58 19.01 -
YUV 153.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 127 176 105 0.28 0 0.40 0.31 101.41 0.31 0.55
Hex 7F B0 69 1C 0 28 1F 65 1F 37
Octal 177 260 151 34 0 50 37 145 37 67
Binary 1111111 10110000 1101001 11100 0 101000 11111 1100101 11111 110111

Color Harmonies of #7FB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB069

Black with #7FB069

Text Example


Text Example

White with #7FB069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,105); }

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

background-color css

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

 a { background-color: rgb(127,176,105); }

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

border-color css

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

 span { border-color: rgb(127,176,105); }

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