Html Css Color HEX #6F996A Amulet

📋 copy color: '#6F996A'

red 111 ◦ green 153 ◦ blue 106

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

Shades of Amulet #6F996A

Tints of Amulet #6F996A

RGB

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

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

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

R = 30%
G = 41.35%
B = 28.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#6F996A (or 0x6F996A) is known color: Amulet. HEX triplet: 6F, 99 and 6A. RGB value is (111,153,106). Sum of RGB (Red+Green+Blue) = 111+153+106=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #6F996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F996A is #906695. Grayscale: #878787. Windows color (decimal): -9463446 or 6986095. OLE color: 6986095.

HSL color Cylindrical-coordinate representation of color #6F996A: hue angle of 113.62º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F996A is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 106 -
CMYK 0.27 0 0.31 0.4
HSL 113.62º 0.19% 0.51% -
HSV(B) 113.62º 0.31% 0.6% -
XYZ 20.55 27.2 17.8 -
YUV 135.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 111 153 106 0.27 0 0.31 0.4 113.62 0.19 0.51
Hex 6F 99 6A 1B 0 1F 28 72 13 33
Octal 157 231 152 33 0 37 50 162 23 63
Binary 1101111 10011001 1101010 11011 0 11111 101000 1110010 10011 110011

Color Harmonies of #6F996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F996A

Black with #6F996A

Text Example


Text Example

White with #6F996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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