Html Css Color HEX #6F986A Amulet

📋 copy color: '#6F986A'

red 111 ◦ green 152 ◦ blue 106

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

Shades of Amulet #6F986A

Tints of Amulet #6F986A

RGB

 RED value IS 111 (43.75% from 255) = 30.08%

 GREEN value IS 152 (59.77% from 255) = 41.19%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 30.08%
G = 41.19%
B = 28.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#6F986A (or 0x6F986A) is known color: Amulet. HEX triplet: 6F, 98 and 6A. RGB value is (111,152,106). Sum of RGB (Red+Green+Blue) = 111+152+106=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #6F986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F986A is #906795. Grayscale: #868686. Windows color (decimal): -9463702 or 6985839. OLE color: 6985839.

HSL color Cylindrical-coordinate representation of color #6F986A: hue angle of 113.48º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F986A is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 106 -
CMYK 0.27 0 0.30 0.40
HSL 113.48º 0.18% 0.51% -
HSV(B) 113.48º 0.3% 0.6% -
XYZ 20.39 26.88 17.75 -
YUV 134.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 111 152 106 0.27 0 0.30 0.40 113.48 0.18 0.51
Hex 6F 98 6A 1B 0 1E 28 71 12 33
Octal 157 230 152 33 0 36 50 161 22 63
Binary 1101111 10011000 1101010 11011 0 11110 101000 1110001 10010 110011

Color Harmonies of #6F986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F986A

Black with #6F986A

Text Example


Text Example

White with #6F986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F986A; }

 p { color: rgb(111,152,106); }

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

background-color css

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

 a { background-color: rgb(111,152,106); }

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

border-color css

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

 span { border-color: rgb(111,152,106); }

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